Webhooks
Create Webhook
Register a new webhook endpoint
POST
Overview
Create a new webhook to receive HTTP notifications when events occur. The response includes a signing secret that is only shown once — save it immediately. Auth: Requires JWT token (Authorization: Bearer <token>).
Body Parameters
string
required
The HTTPS URL to receive webhook deliveries. Must start with
https://.string[]
required
Event types to subscribe to. At least one is required.Valid values:
tool.execution.completedtool.execution.failedworkflow.completedworkflow.failedagent.spend.limit_approaching
string
Optional description for your reference (e.g. “Production monitoring”)
Response
string
Webhook UUID
string
The registered URL
string[]
Subscribed event types
boolean
Always
true on creationstring
Optional description
string
The signing secret (format:
whsec_...). Only returned on creation. Use this to verify webhook signatures via HMAC-SHA256.