{"slug":"inngest","name":"Inngest","owner":null,"repo":null,"category":"orchestration-workflows","lang":"","blurb":"Event-driven durable functions and AI workflows for TypeScript/Python/Go — steps, retries, sleeps, and flow control with zero queues to run.","use_cases":"[]","alternatives":[],"stars":0,"pushed_at":null,"synced_at":null,"kind":"api","one_liner":"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_url":"https://www.inngest.com/docs","signup_url":"https://app.inngest.com/sign-up","pricing_model":"freemium","pricing_note":"Free tier ~50K executions/mo, 3 users; paid from ~$75/mo, usage-based","auth_type":"api-key","agent_signup":"self-serve-instant-key","agent_signup_note":"Free account (email/GitHub, no CC) issues an Event Key + Signing Key instantly from the dashboard.","mcp_server":"https://www.inngest.com/docs/ai-dev-tools/mcp","sdks":["TypeScript","Python","Go"],"code_sample":"{\"lang\":\"typescript\",\"code\":\"import { Inngest } from \\\"inngest\\\";\\n\\nconst inngest = new Inngest({ id: \\\"my-app\\\" });\\n\\nexport const importData = inngest.createFunction(\\n  { id: \\\"import-data\\\" },\\n  { event: \\\"app/data.import\\\" },\\n  async ({ event, step }) => {\\n    const user = await step.run(\\\"load-user\\\", () => loadUser(event.data.userId));\\n    await step.sleep(\\\"cool-down\\\", \\\"1h\\\");\\n    return { userId: user.id };\\n  },\\n);\"}","tags":["durable-execution","event-driven","background-jobs","ai-workflows","steps"],"useCases":[],"codeSample":{"lang":"typescript","code":"import { Inngest } from \"inngest\";\n\nconst inngest = new Inngest({ id: \"my-app\" });\n\nexport const importData = inngest.createFunction(\n  { id: \"import-data\" },\n  { event: \"app/data.import\" },\n  async ({ event, step }) => {\n    const user = await step.run(\"load-user\", () => loadUser(event.data.userId));\n    await step.sleep(\"cool-down\", \"1h\");\n    return { userId: user.id };\n  },\n);"},"oneLiner":"Event-driven durable functions and AI workflows for TypeScript/Python/Go — steps, retries, sleeps, and flow control with zero queues to run.","docsUrl":"https://www.inngest.com/docs","signupUrl":"https://app.inngest.com/sign-up","pricingModel":"freemium","pricingNote":"Free tier ~50K executions/mo, 3 users; paid from ~$75/mo, usage-based","authType":"api-key","agentSignup":"self-serve-instant-key","agentSignupNote":"Free account (email/GitHub, no CC) issues an Event Key + Signing Key instantly from the dashboard.","mcpServer":"https://www.inngest.com/docs/ai-dev-tools/mcp"}