Create
Create a new incident status
POST
Create
Documentation Index
Fetch the complete documentation index at: https://docs.incident.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key from your incident.io dashboard (Settings → API keys)
Body
application/json
Whether the status should be considered 'live' (now renamed to active), 'learning' (now renamed to post-incident) or 'closed'. The triage and declined statuses cannot be created or modified.
Available options:
live, learning, closed Example:
"live"
Rich text description of the incident status
Example:
"Impact has been **fully mitigated**, and we're ready to learn from this incident."
Unique name of this status
Example:
"Closed"
Response
201 - application/json
Created response.
Create