{"slug":"temporal-cloud","name":"Temporal Cloud","owner":null,"repo":null,"category":"orchestration-workflows","lang":"","blurb":"Fully managed durable-execution platform where you write Workflows as ordinary code that survive crashes, retries, and multi-day sleeps.","use_cases":"[]","alternatives":[],"stars":0,"pushed_at":null,"synced_at":null,"kind":"api","one_liner":"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_url":"https://docs.temporal.io/cloud","signup_url":"https://cloud.temporal.io","pricing_model":"usage-based","pricing_note":"Essentials from the greater of $100/mo or 5% of consumption; ~$50 per million Actions; $1,000 free credits to start","auth_type":"api-key","agent_signup":"programmatic-api","agent_signup_note":"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.","mcp_server":"","sdks":["Go","Java","TypeScript","Python",".NET","PHP","Ruby"],"code_sample":"{\"lang\":\"typescript\",\"code\":\"import { Client } from \\\"@temporalio/client\\\";\\n\\n// Reads TEMPORAL_ADDRESS + API key (or mTLS) from env\\nconst client = new Client();\\n\\nconst handle = await client.workflow.start(myWorkflow, {\\n  taskQueue: \\\"orders\\\",\\n  workflowId: \\\"order-123\\\",\\n  args: [{ orderId: \\\"123\\\" }],\\n});\\n\\nconsole.log(await handle.result());\"}","tags":["durable-execution","workflows","managed","saga","long-running"],"useCases":[],"codeSample":{"lang":"typescript","code":"import { Client } from \"@temporalio/client\";\n\n// Reads TEMPORAL_ADDRESS + API key (or mTLS) from env\nconst client = new Client();\n\nconst handle = await client.workflow.start(myWorkflow, {\n  taskQueue: \"orders\",\n  workflowId: \"order-123\",\n  args: [{ orderId: \"123\" }],\n});\n\nconsole.log(await handle.result());"},"oneLiner":"Fully managed durable-execution platform where you write Workflows as ordinary code that survive crashes, retries, and multi-day sleeps.","docsUrl":"https://docs.temporal.io/cloud","signupUrl":"https://cloud.temporal.io","pricingModel":"usage-based","pricingNote":"Essentials from the greater of $100/mo or 5% of consumption; ~$50 per million Actions; $1,000 free credits to start","authType":"api-key","agentSignup":"programmatic-api","agentSignupNote":"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.","mcpServer":""}