Webhooks & Event Destinations
Push agent events to external systems automatically. The webhook system listens to the agent’sEventBus and forwards events to configured destinations with retry and batching.
Quick Start
Destinations
HTTP
{ event, payload, timestamp }. With a secret, the X-Webhook-Signature header contains sha256=<hex>.
Slack
Email (SendGrid)
Custom Destination
Configuration
Supported Events
All events from theAgentEventMap are supported, including:
run.start, run.complete, run.error, tool.call, tool.result, team.delegate, handoff.transfer, handoff.complete, cost.tracked, cache.hit, cache.miss, memory.stored, skill.loaded, and more.