Inngest

api.inngest.com

Community

Event-driven durable execution platform. Send events to trigger serverless functions, manage function runs, and perform bulk cancellations via REST API.

[catalog]Catalog only — enable via gateway with your own API key

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.

Auth

api_key

Pricing

free

Spec version

1.0

Base URL

https://api.inngest.com

Last crawled

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

GET

List all registered apps.

GET https://api.inngest.com/v1/apps

limit (integer) Number of results.

cursor (string) Pagination cursor.

event_runs_list

GET

List 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

GET

List all registered functions.

GET https://api.inngest.com/v1/functions

limit (integer) Number of results.

cursor (string) Pagination cursor.

All Capabilities (13)

app (2)

GETapp_get

Retrieve a specific app by ID.

GETapp_list

List all registered apps.

cancellation (1)

POSTcancellation_create

Bulk cancel function runs within a time range.

event (3)

GETevent_get

Retrieve a specific event by ID.

GETevent_runs_list

List all function runs triggered by a specific event.

POSTevent_send

Send one or more events to trigger functions.

function (2)

GETfunction_get

Retrieve a specific function by ID.

GETfunction_list

List all registered functions.

key (3)

POSTkey_create

Create a new event key.

DELETEkey_delete

Delete an event key.

GETkey_list

List all event keys.

run (2)

POSTrun_cancel

Cancel a specific function run.

GETrun_get

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