iiRecord
Agentic AI Atlas · GET /api/v1/agents
api-endpoint:adapters-gateway-get-agentsa5c.ai
II.
APIEndpoint JSON

api-endpoint:adapters-gateway-get-agents

Structured · live

GET /api/v1/agents json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/api-endpoints/adapters-gateway-endpoints.yamlCluster · extensions
Record JSON
{
  "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": {}
    }
  ]
}