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.

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