Fully managed durable-execution platform where you write Workflows as ordinary code that survive crashes, retries, and multi-day sleeps.
Pricing: Essentials from the greater of $100/mo or 5% of consumption; ~$50 per million Actions; $1,000 free credits to start
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.jsonMachine record: /api/tools/temporal-cloud.json
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 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.
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.
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..
Temporal Cloud does not publish an official MCP server as of our last check.
Temporal Cloud is a hosted API service, not an open-source project.
Temporal Cloud offers Go, Java, TypeScript, Python, .NET, PHP, Ruby.
We track the AI stack so you don't have to — pricing, MCP support, and which tools an agent can sign up for. Free.