II.
APIEndpoint JSON
Structured · liveapi-endpoint:adapters-gateway-get-agents
GET /api/v1/agents json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "api-endpoint:adapters-gateway-get-agents",
"_kind": "APIEndpoint",
"_file": "extensions/api-endpoints/adapters-gateway-endpoints.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "GET /api/v1/agents",
"method": "GET",
"path": "/api/v1/agents",
"responseShape": "{ agents: list<string>, agentDescriptors: list<AgentDescriptor> }",
"authRequired": true,
"description": "List runnable adapter agent names + descriptors. Source: packages/adapters/gateway/src/server.ts:474-482."
},
"outgoingEdges": [
{
"from": "api-endpoint:adapters-gateway-get-agents",
"to": "package:a5c-ai-adapters-gateway",
"kind": "exposed_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "package:a5c-ai-adapters-gateway",
"to": "api-endpoint:adapters-gateway-get-agents",
"kind": "exposes_endpoint",
"attributes": {}
}
]
}