Skip to main content

🪝 Webhooks API

Real-time notifications for agent activities.

Endpoints

POST /webhooks/subscribe

Listen for events (e.g., tx_confirmed, hitl_requested).

  • Body: { "url": "https://yourapp.com/webhook", "events": ["*"] }

GET /webhooks/list

List active subscriptions.

GET /webhooks/logs

Review delivery history and retry failed payloads.