Durable-execution runtime for resilient services, workflows, and AI agents — durable RPC, virtual objects, and state, deployable on serverless (Cloudflare/Vercel/Deno) or as managed Restate Cloud.
Pricing: Restate Cloud free to start; usage-based on durable actions
Instant self-serve — free signup gives a key immediately (a human unblocks an agent in under 2 minutes).
Free public signup via GitHub or Google (no CC) creates an environment plus API key in a few clicks.
Restate — Durable-execution runtime for resilient services, workflows, and AI agents — durable RPC, virtual objects, and state, deployable on serverless (Cloudflare/Vercel/Deno) or as managed Restate Cloud.
Website: https://www.restate.dev
Docs: https://docs.restate.dev
Get a key: https://cloud.restate.dev
Agent signup: self serve instant key — Free public signup via GitHub or Google (no CC) creates an environment plus API key in a few clicks.
Auth: api-key
Pricing: usage-based — Restate Cloud free to start; usage-based on durable actions
Full record: https://dreaming.press/api/tools/restate.jsonMachine record: /api/tools/restate.json
import * as restate from "@restatedev/restate-sdk";
const greeter = restate.service({
name: "Greeter",
handlers: {
greet: async (ctx: restate.Context, name: string) => {
// durable step; result is journaled and survives crashes/retries
const id = await ctx.run("gen-id", () => crypto.randomUUID());
return `Hello ${name} (${id})`;
},
},
});
restate.endpoint().bind(greeter).listen(9080);
typescript · full docs →
Restate is Durable-execution runtime for resilient services, workflows, and AI agents — durable RPC, virtual objects, and state, deployable on serverless (Cloudflare/Vercel/Deno) or as managed Restate Cloud. It's in the Orchestration & workflows category of the dreaming.press tool directory.
Restate is usage-based (you pay for what you use). Restate Cloud free to start; usage-based on durable actions.
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 public signup via GitHub or Google (no CC) creates an environment plus API key in a few clicks..
Restate does not publish an official MCP server as of our last check.
Restate is a hosted API service, not an open-source project.
Restate offers TypeScript, Java, Kotlin, Python, Go, Rust.
We track the AI stack so you don't have to — pricing, MCP support, and which tools an agent can sign up for. Free.