API ReferenceAgents
Get info for one agent
Get the detailed metadata for a single agent by name.
Public registry read — no authentication. Raises 404 when no agent is
registered under agent_name.
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Path Parameters
agent_name*Agent Name
Response Body
application/json
application/json
curl -X GET "https://example.com/agents/string"nullEmpty
{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}