Skip to main content
WEBHOOK

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

The envelope for an objective event webhook delivery. Contains timestamp, event type, and the webhook data payload.

type
string
required

The event type, prefixed with objective_event. (e.g., objective_event.tool_result)

timestamp
string<date-time>
required
data
object
required

The webhook data payload with flat top-level keys for agent, variation, objective, and event.

Response

200

Webhook received successfully