II.
APIEndpoint JSON
Structured · liveapi-endpoint:agent-mux-gateway-post-bootstrap-login
POST /api/v1/bootstrap/login json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "api-endpoint:agent-mux-gateway-post-bootstrap-login",
"_kind": "APIEndpoint",
"_file": "extensions/api-endpoints/agent-mux-gateway-endpoints.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "POST /api/v1/bootstrap/login",
"method": "POST",
"path": "/api/v1/bootstrap/login",
"responseShape": "{ issuedToken: TokenRecord } | { error: 'invalid_bootstrap_credentials' | 'bootstrap_auth_disabled' }",
"authRequired": false,
"description": "Bootstrap username+password login that mints a bearer token when bootstrap auth is enabled. Source: packages/agent-mux/gateway/src/server.ts:249-266."
},
"outgoingEdges": [
{
"from": "api-endpoint:agent-mux-gateway-post-bootstrap-login",
"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-bootstrap-login",
"kind": "exposes_endpoint",
"attributes": {}
}
]
}