inngest-api

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

1|Updated Jun 23, 2026
One-click install
npx skills add https://github.com/YOYOMAII/foundry --skill inngest-api-yoyomaii
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: inngest-api
Source: https://github.com/YOYOMAII/foundry/tree/main/.agents/skills/inngest-api
Command: npx skills add https://github.com/YOYOMAII/foundry --skill inngest-api-yoyomaii

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 approach to API discovery, authentication, and execution when CLI tools are insufficient.

Core Features & Use Cases

  • API Reference Lookup: Provides direct access to OpenAPI v2 specifications and endpoint documentation for precise request construction.
  • Operational Debugging: Enables inspection of function runs, traces, and event schemas to troubleshoot production workflows.
  • Use Case: When you need to programmatically trigger a specific function or audit webhook configurations across different environments, this skill provides the necessary headers, authentication patterns, and endpoint paths to ensure successful API communication.

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 authenticate requests to the Inngest REST API v2?

Authenticate Inngest REST API v2 requests using secure Bearer token handling to ensure compliance with API standards for account, app, and run resources. This approach provides the necessary authorization headers for successful API communication.

How do I debug Inngest function runs and trace production workflows?

Debug Inngest function runs by inspecting traces and event schemas through the REST API v2. This enables operational monitoring and troubleshooting of production workflows when CLI tools are insufficient for detailed inspection.

What is the best way to discover endpoint paths for the Inngest API?

Discover Inngest API endpoint paths using direct access to OpenAPI v2 specifications. This provides precise request construction details for programmatic operations like triggering functions or auditing webhook configurations.

Can I manage different environments using the Inngest REST API?

Manage different Inngest environments by utilizing the REST API v2 for environment management and operational monitoring. The API supports account, app, and run resources across your configured environments.

How does pagination work for Inngest API v2 list responses?

Handle Inngest API v2 pagination by utilizing the structured approach provided by official OpenAPI specifications. This ensures full lifecycle API request compliance when retrieving multiple resource records.

Do I need schema validation for Inngest API requests and responses?

Schema validation for Inngest API requests ensures compliance with official OpenAPI specifications. This validates account, app, and run resources throughout the full lifecycle of API communication.