II.
APIEndpoint JSON
Structured · liveapi-endpoint:agent-mux-gateway-post-automation-webhook
POST /api/automations/webhooks/:ruleId json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "api-endpoint:agent-mux-gateway-post-automation-webhook",
"_kind": "APIEndpoint",
"_file": "extensions/api-endpoints/agent-mux-gateway-endpoints.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "POST /api/automations/webhooks/:ruleId",
"method": "POST",
"path": "/api/automations/webhooks/:ruleId",
"responseShape": "AutomationWebhookDeliveryResult (status from outcome/code: 201 created, 401 unauthorized, 409 not-active, 400 rejected, else 200)",
"authRequired": false,
"description": "Webhook ingress endpoint that delivers a payload to a specific automation rule. Source: packages/agent-mux/gateway/src/kanban/routes.ts:1037-1063."
},
"outgoingEdges": [
{
"from": "api-endpoint:agent-mux-gateway-post-automation-webhook",
"to": "package:a5c-ai-agent-mux-gateway",
"kind": "exposed_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "package:a5c-ai-agent-mux-gateway",
"to": "api-endpoint:agent-mux-gateway-post-automation-webhook",
"kind": "exposes_endpoint",
"attributes": {}
}
]
}