POST /v1/webhooks
Coming soon! Configure webhooks to receive real-time notifications about agent events and state changes.Planned Event Types
- agent.created - New agent instance created
- agent.state_changed - Agent state transition occurred
- memory.consolidated - Memory consolidation completed
- tool.executed - Tool function was called
- error.occurred - Error or exception in agent processing
Example Webhook Configuration
Example Webhook Payload (Planned)
Security
Webhooks will include HMAC-SHA256 signatures for payload verification:Webhook functionality is not yet implemented. This feature is planned for a future release to enable event-driven integrations.