Webhooks are in Public Preview. Contact [email protected]
to enable webhook delivery for a workspace.
Event Types
| Event | When it fires |
|---|---|
decision.created | A decision needs review. |
decision.resolved | A decision was approved or rejected. |
artifact.shipped | An approved artifact is ready. |
agent.started | An agent run began. |
agent.completed | An agent run completed. |
initiative.updated | Initiative progress, risk, or status changed. |
Payload
Signature Header
Webhook requests include an HMAC signature.Delivery Contract
Webhook delivery is enabled per workspace during Public Preview. Exact retry windows and timeout values are confirmed during enablement.| Behavior | Contract |
|---|---|
| Method | POST |
| Content type | application/json |
| Timeout | Workspace-specific preview timeout |
| Retries | Configured during enablement |
| Ordering | Events may arrive out of order |
| Deduplication | Use the event id as a dedupe key |
