Skip to main content
POST
Create Agent Webhook

Code Examples

Headers

integer
required
Workspace ID. Required as of 2026-09-01. Until then, if omitted, the user’s selected workspace is used (deprecated). After the cutoff, a missing header returns 422.

Path Parameters

integer
required
The agent ID

Body Parameters

string
required
The URL that will receive webhook notifications
string
required
The HTTP method to use for the webhook (POST)
string
The status of the webhook (active or inactive)

Response