inngest-api

Interact with the Inngest REST API v2 for administration and debugging.

2|Updated May 28, 2026
One-click install
npx skills add https://github.com/inngest/inngest-codex-plugin --skill inngest-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: inngest-api
Source: https://github.com/inngest/inngest-codex-plugin/tree/main/plugins/inngest/skills/inngest-api
Command: npx skills add https://github.com/inngest/inngest-codex-plugin --skill inngest-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill resolves the complexity of interacting with the Inngest REST API v2, providing a structured way to perform administrative tasks, inspect system state, and manage resources when CLI commands are insufficient.

Core Features & Use Cases

  • API Reference Lookup: Quickly access endpoint schemas, authentication requirements, and pagination rules for the Inngest v2 API.
  • Operational Management: Perform advanced tasks like environment management, webhook configuration, and partner account creation.
  • Use Case: Use this skill to audit function run traces or query execution data via the Insights API when you need to debug complex event-driven workflows that are not visible through standard logs.

Quick Start

Use the inngest-api skill to fetch the latest function trace for the run ID 01KTCTWT8XDEGWDMVX3Q9M69ND.

Frequently Asked Questions about inngest-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I debug Inngest function runs using the REST API?

Debug Inngest function runs by querying the Insights API via the REST API v2 to fetch execution data and audit run traces for specific run IDs. This allows inspection of complex event-driven workflows not visible through standard logs.

How do I authenticate requests to the Inngest REST API?

Authenticate Inngest REST API requests by securely handling Bearer tokens in the HTTP headers. All interactions with Inngest Cloud and local dev servers require this Bearer token authentication for system administration.

Can I manage Inngest environments and webhooks through the REST API?

Yes, you can manage Inngest environments, configure webhooks, and create partner accounts through operational management endpoints in the REST API v2. This provides a structured way to handle resources when CLI commands are insufficient.

What is the Inngest REST API v2 used for?

The Inngest REST API v2 is used for system administration, advanced debugging, endpoint discovery, and resource management. It provides schemas and pagination rules to inspect system state and retrieve data across Inngest Cloud and local dev servers.

Does the Inngest API reference include OpenAPI specifications?

Yes, the Inngest API reference requires adherence to OpenAPI specifications for endpoint discovery and data retrieval. It provides structured access to authentication requirements and pagination rules for the v2 API.

When should I use the Inngest REST API instead of CLI commands?

Use the Inngest REST API instead of CLI commands when you need advanced debugging, detailed function run trace audits, or programmatic environment and webhook configuration. It resolves complexity for administrative tasks that require direct endpoint interaction.