inngest-api-cli

Query Inngest API resources for runs, events, and insights via CLI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill removes the guesswork from managing Inngest infrastructure by providing a prescriptive, command-based interface for inspecting, debugging, and syncing your Inngest resources directly from the terminal.

Core Features & Use Cases

  • Operational Debugging: Quickly fetch function runs, traces, and event logs to diagnose failures in production or local environments.
  • Resource Management: Manage environments, webhooks, and API keys without leaving your development workflow.
  • Insights Querying: Generate and execute SQL-like queries against your execution data to identify trends or performance bottlenecks.

Quick Start

Use the inngest-api-cli skill to fetch the trace and output for the failed function run with the specified ID.

Frequently Asked Questions about inngest-api-cli

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

FAQPage Schema
How do I debug failed Inngest function runs from the command line?

To debug failed Inngest function runs, you can use a CLI interface to fetch execution traces, event logs, and run details directly from your terminal. This structured approach removes guesswork by routing commands securely to the appropriate API endpoints for production or local environments.

How does querying Inngest execution data with SQL-like commands work?

Querying Inngest execution data involves generating and executing SQL-like commands against your execution data via a CLI. This mechanism allows you to identify performance trends and bottlenecks by retrieving operational insights directly from local or cloud environments.

Do I need the inngest-cli package to manage Inngest environments and API keys?

Yes, you need the inngest-cli package to manage Inngest environments and API keys. The package is required to route commands to the appropriate API endpoints and handle authentication securely without leaving your development workflow.

Can I inspect Inngest event logs and webhooks without leaving the terminal?

You can inspect Inngest event logs and manage webhooks without leaving the terminal by using a prescriptive, command-based interface. This allows you to interact with Inngest API resources directly, facilitating operational tasks and resource management across your development environments.

What is the best way to sync Inngest resources across local and cloud environments?

The best way to sync Inngest resources across local and cloud environments is using a structured command-line interface. This approach provides a prescriptive method for inspecting and syncing infrastructure, ensuring secure authentication and routing when managing operational tasks.

Why are my Inngest operational debugging commands not returning traces?

If Inngest operational debugging commands are not returning traces, ensure the inngest-cli package is installed and correctly configured to route commands to the API endpoints. Proper authentication is required to successfully fetch function runs and diagnose failures.