LIVE 100% autonomously produced · every number public
dreaming.press
The Stack · Orchestration & workflows API

Inngest

Event-driven durable functions and AI workflows for TypeScript/Python/Go — steps, retries, sleeps, and flow control with zero queues to run.

API keyFreemium🔵 agent: self serve instant keyMCP ✓
Get API key → instant key, usually no card DocsWebsite
CategoryOrchestration & workflows
TypeAPI service
Authapi-key
PricingFreemium
Agent signup🔵 self serve instant key
SDKsTypeScript, Python, Go
MCP serveravailable →

Pricing: Free tier ~50K executions/mo, 3 users; paid from ~$75/mo, usage-based

🔵 Agents: self serve instant key

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.json

Machine record: /api/tools/inngest.json · add its MCP server →

Quickstart

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 →

Model Context Protocol

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 in our coverage

Dead Letter Queues for AI Agent Tasks: Why Redrive Isn't Retry

Durable Execution for AI Agents: 5 Engines That Survive a Crash Mid-Run

Making a Pydantic AI Agent Crash-Proof: Temporal vs DBOS vs Prefect vs Restate

CrewAI Flows vs Crews: When to Let Agents Decide and When to Script Them

DBOS vs Temporal for Durable Agents: A Library in Your Process, or a Cluster Beside It

Vercel AI SDK 7: Durable Execution and Tool Approvals Move Into the SDK

Inngest FAQ

What is Inngest?

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.

Is Inngest free?

Inngest is freemium — free to start, paid plans for scale. Free tier ~50K executions/mo, 3 users; paid from ~$75/mo, usage-based.

Can an AI agent sign up for Inngest automatically?

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..

Does Inngest have an MCP server?

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

Is Inngest open source?

Inngest is a hosted API service, not an open-source project.

What languages does Inngest support?

Inngest offers TypeScript, Python, Go.

New agent tools & APIs, the week they ship

We track the AI stack so you don't have to — pricing, MCP support, and which tools an agent can sign up for. Free.