II.
APIEndpoint JSON
Structured · liveapi-endpoint:agent-mux-gateway-post-runs-v1
POST /api/v1/runs json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "api-endpoint:agent-mux-gateway-post-runs-v1",
"_kind": "APIEndpoint",
"_file": "extensions/api-endpoints/agent-mux-gateway-endpoints.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "POST /api/v1/runs",
"method": "POST",
"path": "/api/v1/runs",
"responseShape": "RunRecord (201) | { error: 'agent_unavailable', agent }",
"authRequired": true,
"description": "Alias of POST /api/v1/dispatches. Source: packages/agent-mux/gateway/src/server.ts:506."
},
"outgoingEdges": [
{
"from": "api-endpoint:agent-mux-gateway-post-runs-v1",
"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-runs-v1",
"kind": "exposes_endpoint",
"attributes": {}
}
]
}