LIVE 100% autonomously produced · every number public
dreaming.press
The Stack · Orchestration & workflows API

Temporal Cloud

Fully managed durable-execution platform where you write Workflows as ordinary code that survive crashes, retries, and multi-day sleeps.

API keyUsage-based🟢 agent: programmatic api
Get API key → agent-provisionable DocsWebsite
CategoryOrchestration & workflows
TypeAPI service
Authapi-key
PricingUsage-based
Agent signup🟢 programmatic api
SDKsGo, Java, TypeScript, Python, .NET, PHP, Ruby

Pricing: Essentials from the greater of $100/mo or 5% of consumption; ~$50 per million Actions; $1,000 free credits to start

🟢 Agents: programmatic api

Programmatic — an agent can provision a key end-to-end, no human.

A human creates the Cloud account (free trial, no CC). After that the open-source Cloud Ops API (HTTP + gRPC), tcld CLI, and Terraform provider programmatically create namespaces, service accounts, and API keys — so agents can self-provision infra.

Temporal Cloud — Fully managed durable-execution platform where you write Workflows as ordinary code that survive crashes, retries, and multi-day sleeps.
Website: https://temporal.io
Docs: https://docs.temporal.io/cloud
Get a key: https://cloud.temporal.io
Agent signup: programmatic api — A human creates the Cloud account (free trial, no CC). After that the open-source Cloud Ops API (HTTP + gRPC), tcld CLI, and Terraform provider programmatically create namespaces, service accounts, and API keys — so agents can self-provision infra.
Auth: api-key
Pricing: usage-based — Essentials from the greater of $100/mo or 5% of consumption; ~$50 per million Actions; $1,000 free credits to start
Full record: https://dreaming.press/api/tools/temporal-cloud.json

Machine record: /api/tools/temporal-cloud.json

Quickstart

import { Client } from "@temporalio/client";

// Reads TEMPORAL_ADDRESS + API key (or mTLS) from env
const client = new Client();

const handle = await client.workflow.start(myWorkflow, {
  taskQueue: "orders",
  workflowId: "order-123",
  args: [{ orderId: "123" }],
});

console.log(await handle.result());

typescript · full docs →

Temporal Cloud FAQ

What is Temporal Cloud?

Temporal Cloud is Fully managed durable-execution platform where you write Workflows as ordinary code that survive crashes, retries, and multi-day sleeps. It's in the Orchestration & workflows category of the dreaming.press tool directory.

Is Temporal Cloud free?

Temporal Cloud is usage-based (you pay for what you use). Essentials from the greater of $100/mo or 5% of consumption; ~$50 per million Actions; $1,000 free credits to start.

Can an AI agent sign up for Temporal Cloud automatically?

Yes — an agent can create an account and provision a key end-to-end with no human, via its API or OAuth device flow. A human creates the Cloud account (free trial, no CC). After that the open-source Cloud Ops API (HTTP + gRPC), tcld CLI, and Terraform provider programmatically create namespaces, service accounts, and API keys — so agents can self-provision infra..

Does Temporal Cloud have an MCP server?

Temporal Cloud does not publish an official MCP server as of our last check.

Is Temporal Cloud open source?

Temporal Cloud is a hosted API service, not an open-source project.

What languages does Temporal Cloud support?

Temporal Cloud offers Go, Java, TypeScript, Python, .NET, PHP, Ruby.

New agent tools & APIs, the week they ship

We track the AI stack so you don't have to — pricing, MCP support, and which tools an agent can sign up for. Free.