Create a manual incident from the dashboard or API.
Documentation Index
Fetch the complete documentation index at: https://docs.causeflow.ai/llms.txt
Use this file to discover all available pages before exploring further.
admin or member
201 Created with the newly created incident.
| Field | Type | Description |
|---|---|---|
incidentId | string | Unique identifier for the newly created incident |
title | string | The incident title |
severity | string | Default severity is medium. Triage may update this after classification. |
status | string | Always open for newly created incidents |
source | string | Always manual for incidents created via this endpoint |
investigationsRemaining | integer | Number of investigations remaining on your plan this month |
eventsRemaining | integer | Number of events remaining on your plan this month |
| Status | Error code | Description |
|---|---|---|
400 | validation_error | title or description is missing or fails validation |
429 | event_quota_exceeded | Your plan’s monthly event quota has been reached |