webhooks
List Webhooks
GET /api/webhooksCreate Webhook
POST /api/webhooks
Content-Type: application/json
{
"name": "TradingView Alerts",
"url": "https://your-server.com/webhook",
"secret": "optional-hmac-secret",
"events": ["agent.triggered", "agent.completed"],
"direction": "outgoing",
"enabled": true
}Update Webhook
Delete Webhook
Fields
Field
Description
Was this helpful?