Agents API

Internal agent registry

Platform clients use only internal agent IDs. This lets you change provider-side routing without changing the public contract.

GET /v1/agents

GET /v1/agents

[
  { "id": "akylai", "name": "AI Consultant" },
  { "id": "altai", "name": "Altai" }
]