Inngest
api.inngest.com
Event-driven durable execution platform. Send events to trigger serverless functions, manage function runs, and perform bulk cancellations via REST API.
Enable this service
This service is in the catalog but not part of v1 launch billing. To use it, run the command below and provide your own API key in the local config page — the gateway will call it under your account.
api_key
free
1.0
https://api.inngest.com
May 4, 2026
Health
This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →
Top Capabilities
Most commonly used operations — ready to call without drill-down.
app_list
GETList all registered apps.
GET https://api.inngest.com/v1/apps
limit (integer) — Number of results.
cursor (string) — Pagination cursor.
event_runs_list
GETList all function runs triggered by a specific event.
GET https://api.inngest.com/v1/events/{eventId}/runs
eventId (string, required) — Event ID (path parameter).
function_list
GETList all registered functions.
GET https://api.inngest.com/v1/functions
limit (integer) — Number of results.
cursor (string) — Pagination cursor.
All Capabilities (13)
app (2)
Retrieve a specific app by ID.
List all registered apps.
cancellation (1)
Bulk cancel function runs within a time range.
event (3)
Retrieve a specific event by ID.
List all function runs triggered by a specific event.
Send one or more events to trigger functions.
function (2)
Retrieve a specific function by ID.
List all registered functions.
key (3)
Create a new event key.
Delete an event key.
List all event keys.
run (2)
Cancel a specific function run.
Retrieve details and status of a specific function run.
Agent Preview
This is what an AI agent sees when it discovers this service via the Gateway:
Service: Inngest
Description: Event-driven durable execution platform. Send events to trigger serverless functions, manage function runs, and perform bulk cancellations via REST API.
Auth: api_key
Capabilities (13 total):
app (2):
- app_get: Retrieve a specific app by ID.
- app_list: List all registered apps.
cancellation (1):
- cancellation_create: Bulk cancel function runs within a time range.
event (3):
- event_get: Retrieve a specific event by ID.
- event_runs_list: List all function runs triggered by a specific event.
- event_send: Send one or more events to trigger functions.
function (2):
- function_get: Retrieve a specific function by ID.
- function_list: List all registered functions.
key (3):
- key_create: Create a new event key.
- key_delete: Delete an event key.
- key_list: List all event keys.
run (2):
- run_cancel: Cancel a specific function run.
- run_get: Retrieve details and status of a specific function run.
Top capabilities (ready to call):
- app_list: GET /v1/apps
- event_runs_list: GET /v1/events/{eventId}/runs
- function_list: GET /v1/functions