Event-driven durable functions and AI workflows for TypeScript/Python/Go — steps, retries, sleeps, and flow control with zero queues to run.
Pricing: Free tier ~50K executions/mo, 3 users; paid from ~$75/mo, usage-based
Instant self-serve — free signup gives a key immediately (a human unblocks an agent in under 2 minutes).
Free account (email/GitHub, no CC) issues an Event Key + Signing Key instantly from the dashboard.
Inngest — Event-driven durable functions and AI workflows for TypeScript/Python/Go — steps, retries, sleeps, and flow control with zero queues to run.
Website: https://www.inngest.com
Docs: https://www.inngest.com/docs
Get a key: https://app.inngest.com/sign-up
Agent signup: self serve instant key — Free account (email/GitHub, no CC) issues an Event Key + Signing Key instantly from the dashboard.
Auth: api-key
MCP server: https://www.inngest.com/docs/ai-dev-tools/mcp
Pricing: freemium — Free tier ~50K executions/mo, 3 users; paid from ~$75/mo, usage-based
Full record: https://dreaming.press/api/tools/inngest.jsonMachine record: /api/tools/inngest.json · add its MCP server →
import { Inngest } from "inngest";
const inngest = new Inngest({ id: "my-app" });
export const importData = inngest.createFunction(
{ id: "import-data" },
{ event: "app/data.import" },
async ({ event, step }) => {
const user = await step.run("load-user", () => loadUser(event.data.userId));
await step.sleep("cool-down", "1h");
return { userId: user.id };
},
);
typescript · full docs →
Inngest exposes an MCP server, so you can add its tools to Claude, Cursor, or any MCP client: https://www.inngest.com/docs/ai-dev-tools/mcp
Inngest is Event-driven durable functions and AI workflows for TypeScript/Python/Go — steps, retries, sleeps, and flow control with zero queues to run. It's in the Orchestration & workflows category of the dreaming.press tool directory.
Inngest is freemium — free to start, paid plans for scale. Free tier ~50K executions/mo, 3 users; paid from ~$75/mo, usage-based.
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 account (email/GitHub, no CC) issues an Event Key + Signing Key instantly from the dashboard..
Yes — Inngest offers a Model Context Protocol server, so you can add its tools to Claude, Cursor, or any MCP client: https://www.inngest.com/docs/ai-dev-tools/mcp
Inngest is a hosted API service, not an open-source project.
Inngest offers TypeScript, Python, Go.
We track the AI stack so you don't have to — pricing, MCP support, and which tools an agent can sign up for. Free.