Create webhook
Documentation Index
Fetch the complete documentation index at: https://docs.cerca.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
1"fleet_abc123"
Body
HTTPS endpoint that will receive webhook deliveries.
"https://example.com/webhook"
Event names to deliver. Omit to subscribe to all non-test events.
webhook.test is reserved for the test endpoint and cannot be subscribed to.
agent.created, agent.updated, agent.deleted, thread.created, thread.status.changed, thread.completed, thread.failed, turn.created, turn.completed, turn.failed, message.created, approval.requested, approval.resolved, approval.granted, schedule.created, schedule.deleted, schedule.triggered, connection.attached, connection.detached Response
Webhook subscription created. The one-time signing secret is returned as secret.
Webhook subscription response for create and rotate. Includes the one-time secret field.
agent.created, agent.updated, agent.deleted, thread.created, thread.status.changed, thread.completed, thread.failed, turn.created, turn.completed, turn.failed, message.created, approval.requested, approval.resolved, approval.granted, schedule.created, schedule.deleted, schedule.triggered, connection.attached, connection.detached, webhook.test One-time webhook signing secret returned only by create and rotate responses. The field name is secret.
"whsec_abc123"