Serverless durable-execution engine on Cloudflare Workers for long-running, multi-step apps and AI agents — steps persist across failures, sleeps, and retries at the edge.
Pricing: Included in Workers Free & Paid ($5/mo base); per-step & storage billing starts no earlier than Aug 10, 2026
Instant self-serve — free signup gives a key immediately (a human unblocks an agent in under 2 minutes).
Free Cloudflare account (email). The Cloudflare API + Wrangler CLI provision Workers/Workflows and can mint scoped API tokens programmatically.
Cloudflare Workflows — Serverless durable-execution engine on Cloudflare Workers for long-running, multi-step apps and AI agents — steps persist across failures, sleeps, and retries at the edge.
Website: https://developers.cloudflare.com/workflows/
Docs: https://developers.cloudflare.com/workflows/
Get a key: https://dash.cloudflare.com/sign-up
Agent signup: self serve instant key — Free Cloudflare account (email). The Cloudflare API + Wrangler CLI provision Workers/Workflows and can mint scoped API tokens programmatically.
Auth: api-key
MCP server: https://github.com/cloudflare/mcp-server-cloudflare
Pricing: freemium — Included in Workers Free & Paid ($5/mo base); per-step & storage billing starts no earlier than Aug 10, 2026
Full record: https://dreaming.press/api/tools/cloudflare-workflows.jsonMachine record: /api/tools/cloudflare-workflows.json · add its MCP server →
import { WorkflowEntrypoint, WorkflowStep, WorkflowEvent } from "cloudflare:workers";
export class MyWorkflow extends WorkflowEntrypoint<Env, Params> {
async run(event: WorkflowEvent<Params>, step: WorkflowStep) {
const data = await step.do("fetch data", async () => {
return await fetch("https://api.example.com").then((r) => r.json());
});
await step.sleep("wait", "1 hour");
return data;
}
}
typescript · full docs →
Cloudflare Workflows exposes an MCP server, so you can add its tools to Claude, Cursor, or any MCP client: https://github.com/cloudflare/mcp-server-cloudflare
Cloudflare Workflows is Serverless durable-execution engine on Cloudflare Workers for long-running, multi-step apps and AI agents — steps persist across failures, sleeps, and retries at the edge. It's in the Orchestration & workflows category of the dreaming.press tool directory.
Cloudflare Workflows is freemium — free to start, paid plans for scale. Included in Workers Free & Paid ($5/mo base); per-step & storage billing starts no earlier than Aug 10, 2026.
Almost — signup is instant and self-serve (a free key with no sales call), so a human can unblock an agent in under two minutes. Free Cloudflare account (email). The Cloudflare API + Wrangler CLI provision Workers/Workflows and can mint scoped API tokens programmatically..
Yes — Cloudflare Workflows offers a Model Context Protocol server, so you can add its tools to Claude, Cursor, or any MCP client: https://github.com/cloudflare/mcp-server-cloudflare
Cloudflare Workflows is a hosted API service, not an open-source project.
Cloudflare Workflows offers TypeScript, JavaScript, REST.
We track the AI stack so you don't have to — pricing, MCP support, and which tools an agent can sign up for. Free.