Prerequisites
- A valid API key with incident read/write permissions
- The base URL for your Scrubbe workspace (e.g.,
https://api.scrubbe.io)
Authorization: Bearer <token> header.
Create an incident
When an alert fires or an engineer spots an issue, open a ticket immediately. Providing complete context up front — includingtechDescription, impactSummary, and blastRadius — helps responders act faster and feeds Ezra’s AI analysis.
Priority and status values
List and retrieve incidents
Fetch all incidents in your workspace, or retrieve a single ticket by its ID.Update an incident
UsePUT /api/v1/incident-ticket/:id to change any field on an existing ticket — reassign it, escalate the priority, or advance the status as your response progresses.
Add and read comments
Comments keep the incident timeline intact and let responders share findings without leaving the ticket context.Resolve an incident
Once the issue is contained, mark the incident resolved. You can resolve it directly or use the customer knowledge base endpoint to attach a resolution note that gets shared with affected customers.- Standard resolve
- Resolve with customer KB
After resolving an incident, use the Post-mortems guide to generate an AI-assisted five-whys analysis and stakeholder report.