Inngest API Docs

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

Every API endpoint is automatically exposed in the CLI which can connect to Inngest Cloud and the Dev Server.

Learn how to install the CLI and key commands here.

Versions

VersionStatusBase URL
v1Stablehttps://api.inngest.com/v1
v2Stable (In-development)https://api.inngest.com/v2

Authentication

All API requests require authentication. See the Authentication guide for details.

Base URLs

EnvironmentURL
Productionhttps://api.inngest.com
Dev Serverhttp://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.

On this page