II.
APIEndpoint JSON
Structured · liveapi-endpoint:agent-mux-gateway-post-backlog
POST /api/backlog json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "api-endpoint:agent-mux-gateway-post-backlog",
"_kind": "APIEndpoint",
"_file": "extensions/api-endpoints/agent-mux-gateway-endpoints.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "POST /api/backlog",
"method": "POST",
"path": "/api/backlog",
"responseShape": "BacklogOverview | CreatedIssueResponse | { error, code }",
"authRequired": false,
"description": "Backlog action dispatcher (body.action ∈ move-issue | link-repository | update-repository-settings | create-pull-request | create-issue | update-project-collaboration | update-issue-detail | update-issue-dispatch-context-labels | create-sub-issue | link-child-issue | create-issue-workspace | link-issue-workspace | link-issue-session). Source: packages/agent-mux/gateway/src/kanban/routes.ts:452-833."
},
"outgoingEdges": [
{
"from": "api-endpoint:agent-mux-gateway-post-backlog",
"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-backlog",
"kind": "exposes_endpoint",
"attributes": {}
}
]
}