What problem does it solve? It enables direct interaction with the Inngest REST API v2 for endpoints and operations that the Inngest CLI does not expose, including raw HTTP requests, OpenAPI spec lookup, and API authentication handling. ## Core Features & Use Cases - API Reference Lookup: Fetches current documentation from api-docs.inngest.com, llms.txt, and the OpenAPI v2 spec to derive exact request shapes instead of guessing. - Authenticated Raw Requests: Builds curl or fetch calls with Bearer token authentication, environment targeting via X-Inngest-Env headers, and pagination cursor handling. - Safe Mutations: Enforces read-before-write confirmation for side-effecting operations like creating environments, webhooks, app syncs, and function invocations. - Use Case: When you need to create a webhook or invoke a function through an endpoint the CLI lacks, this Skill looks up the OpenAPI schema, constructs the correct authenticated request, and redacts secrets from the output. ## Quick Start Ask the assistant to use the Inngest REST API v2 to list environments or invoke a function with your INNGEST_API_KEY.