Dispatch Agent
curl --request POST \
--url https://api.example.com/v1/alerts/{alert_uuid}/dispatch-agent{
"data": {},
"meta": {}
}Alerts
Dispatch Agent
Dispatch an alert to a specific registered agent.
Bypasses trigger matching — sends the full enriched alert payload to the specified agent regardless of its trigger criteria. Useful for manual investigation or re-running an agent against a specific alert.
POST
/
v1
/
alerts
/
{alert_uuid}
/
dispatch-agent
Dispatch Agent
curl --request POST \
--url https://api.example.com/v1/alerts/{alert_uuid}/dispatch-agent{
"data": {},
"meta": {}
}Documentation Index
Fetch the complete documentation index at: https://docs.calseta.com/llms.txt
Use this file to discover all available pages before exploring further.
⌘I

