Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Inngest Environments API

Manage production and branch environments for an account.

Inngest Environments API is one of 8 APIs that Inngest publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 9 JSON Schema definitions.

Tagged areas include Environments. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, a JSON-LD context, rate-limit docs, and 9 JSON Schemas.

This API exposes 3 operations across 2 paths, and defines 1 schema. It is described by OpenAPI 3.0.3, at version 2026-05.

Requests are made against 5 base URLs: https://api.inngest.com, https://api.inngest.com/v2, https://inn.gs, http://localhost:8288, http://localhost:8288/api/v2.

3 operations 2 paths 1 schemas 1 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2026-05
Base URL
https://api.inngest.com
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

Inngest Environments API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (signing-key) (bearerAuth).

Paths & Operations 3

Across 2 paths, the API surfaces 3 operations — 1 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Environments 3

Manage production and branch environments for an account.

GET
/v2/envs
List Environments
v2FetchAccountEnvs → 200
POST
/v2/envs
Create Environment
v2CreateEnv body → 201
PATCH
/v2/envs/{id}
Update Environment
v2PatchEnv 1 param body → 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is V2Env (4 properties). Each schema is shown below with its type and property counts.

V2Env
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

inngest-environments-api-openapi.yml Raw ↑

Other APIs Inngest publishes across the network.

Inngest Account API
Inngest Apps API
Inngest Events API
Inngest Functions API
Inngest Keys API
Inngest Runs API
Inngest Webhooks API