v49

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-261319281.7 MB

agent.created webhook

postWebhookagent.created

Payload

type'event' required

Object type. Always event for webhook payloads.

idstring required

Unique event identifier for idempotency.

created_atstring date-time required

RFC 3339 timestamp when the event occurred.

Example payload

{
  "type": "event",
  "id": "whe_0f1e2d3c4b5a69788796a5b4c3d2e1f0",
  "created_at": "2026-03-15T10:00:00Z",
  "data": {
    "type": "session.status_idled",
    "id": "sesn_011CZkZAtmR3yMPDzynEDxu7",
    "organization_id": "org_011CZkZZAe0sMna4vkBdtrfx",
    "workspace_id": "wrkspc_011CZkZaBF1tNoB5wlCeusgy"
  }
}

Response

Return any 2xx status to acknowledge receipt.