Create incidents and manage severities programmatically via the incident.io REST API

domain: api-docs.incident.io · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Generate an API key in incident.io under Settings > API Keys with the 'Create incidents' scope enabled; all requests use the Authorization: Bearer YOUR_TOKEN header
  2. Fetch available severity IDs: GET https://api.incident.io/v2/severities to list organization-specific severities and note the ID for the desired level
  3. Create an incident: POST https://api.incident.io/v2/incidents with idempotency_key (unique string per incident), name, severity.id, visibility (public or private), and optionally mode (real or test)
  4. Update incident status or add updates: PATCH https://api.incident.io/v2/incidents/{id} to change status or POST https://api.incident.io/v2/incident_updates to append a timestamped update message
  5. Assign roles: POST https://api.incident.io/v2/incident_role_assignments to assign an incident lead or communications lead using role IDs fetched from GET /v2/incident_roles
  6. Retrieve the incident: GET https://api.incident.io/v2/incidents/{id} to confirm field values and verify the incident appears in the dashboard

Known gotchas

Related routes

Create incidents, configure workflows, and trigger automations via the Rootly REST API
docs.rootly.com/api-reference · 6 steps · unrated
Create and route PagerDuty incidents via Events API v2
pagerduty.com · 4 steps · unrated
Automate postmortem document generation from incident.io incident data via the API
api-docs.incident.io · 6 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans