Webhooks and Ingestion API
Ingestion API
Routes
Route
Purpose
Authentication
Agent Status Update
curl -X POST "https://api.mutx.dev/ingest/agent-status" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"agent_id": "YOUR_AGENT_ID",
"status": "running",
"node_id": "node-123"
}'Webhook Registration API (User Facing)
Supported Events
Registration
Management Endpoints
Method
Route
Purpose
Delivery History
Delivery and Security
Last updated
