II.
APIEndpoint JSON
Structured · liveapi-endpoint:agent-mux-gateway-post-dispatch-context-labels
POST /api/dispatch-context-labels json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "api-endpoint:agent-mux-gateway-post-dispatch-context-labels",
"_kind": "APIEndpoint",
"_file": "extensions/api-endpoints/agent-mux-gateway-endpoints.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "POST /api/dispatch-context-labels",
"method": "POST",
"path": "/api/dispatch-context-labels",
"responseShape": "DispatchContextLabel (201)",
"authRequired": false,
"description": "Create a dispatch-context label (body: key, label, instruction, description?, order?). Source: packages/agent-mux/gateway/src/kanban/routes.ts:901-918."
},
"outgoingEdges": [
{
"from": "api-endpoint:agent-mux-gateway-post-dispatch-context-labels",
"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-dispatch-context-labels",
"kind": "exposes_endpoint",
"attributes": {}
}
]
}