APIAgents
List agent catalog
List available agents from the platform catalog.
GET
/agents/catalogList available agents from the platform catalog.
Response Body
application/json
application/json
curl -X GET "https://example.com/agents/catalog"{ "items": [ { "slug": "string", "display_name": "string", "description": "string" } ], "gateway_mcp_url": "http://example.com"}