Webhooks
Create Webhook Endpoint
Register a new URL to receive webhook events.
POST
Request Body
HTTPS URL to receive events
List of event types to subscribe to
Filter events to a specific agent (null = all agents)
Human-readable description
Number of retry attempts (0–5)
Request timeout in milliseconds
Response
secret is only returned on creation. Save it immediately — it cannot be retrieved later.
Errors
| Status | Description |
|---|---|
400 | Invalid URL (not HTTPS), invalid event types, or max 20 endpoints reached |
401 | Missing or invalid API key |
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Successful Response

