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 Keys API

Manage event keys and signing keys per environment.

Inngest Keys 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 Keys. 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 2 operations across 2 paths, and defines 2 schemas. 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.

2 operations 2 paths 2 schemas 2 GET

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 Keys API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (signing-key) (bearerAuth).

Paths & Operations 2

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

Keys 2

Manage event keys and signing keys per environment.

GET
/v2/keys/events
List Event Keys
v2FetchAccountEventKeys → 200
GET
/v2/keys/signing
List Signing Keys
v2FetchAccountSigningKeys → 200

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are V2EventKey (4 properties), V2SigningKey (3 properties). Each schema is shown below with its type and property counts.

V2SigningKey
object
3 properties
V2EventKey
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

inngest-keys-api-openapi.yml Raw ↑

Other APIs Inngest publishes across the network.

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