API Overview
Complete reference documentation for the Inngest REST API.
The Inngest REST API lets you interact with events, function runs, environments, and more programmatically.
Inngest CLI
You can use the API from your terminal or coding agent with the Inngest CLI:
$ inngest api --helpEvery API endpoint is automatically exposed in the CLI which can connect to Inngest Cloud and the Dev Server.
Versions
| Version | Status | Base URL |
|---|---|---|
| v1 | Stable | https://api.inngest.com/v1 |
| v2 | Stable (In-development) | https://api.inngest.com/v2 |
Authentication
All API requests require authentication. See the Authentication guide for details.
Base URLs
| Environment | URL |
|---|---|
| Production | https://api.inngest.com |
| Dev Server | http://localhost:8288 |
OpenAPI Spec
The full v2 API spec is available at: https://api-docs.inngest.com/api-specs/v2.json
LLM documentation
An LLM-friendly version of these docs, ideal for use by coding agents, is available at:
A markdown version of every page is available by adding .md to the URL. For example: https://api-docs.inngest.com/v2/apps/SyncApp becomes https://api-docs.inngest.com/v2/apps/SyncApp.md.