incidentio-cli
Installation
SKILL.md
incident.io CLI
Invoke the incidentio binary. Source of truth: paymog/incidentio-cli.
Unlike blacksmith's cookie-replay, incident.io has a real public API keyed by Bearer
tokens. incidentio speaks it directly — no browser, no cookies. Commands are
generated from incident.io's official OpenAPI specs (one per resource tag), so every
documented endpoint is available. The API base is https://api.incident.io.
Auth (required before any command)
A Bearer API key. Create one at Settings → API keys (app.incident.io/settings/api-keys);
when creating it you choose its scopes (e.g. incidents.create), and the scope set is fixed
after creation.