APIAgents

List agent catalog

List available agents from the platform catalog.

GET/agents/catalog

List 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",      "user_setup_steps": [        {          "step": 0,          "title": "string",          "content": "string"        }      ],      "admin_setup_steps": [        {          "step": 0,          "title": "string",          "content": "string"        }      ]    }  ]}
{  "code": "bad_request",  "message": "string",  "validation_errors": [    {      "field": "string",      "message": "string",      "rule": "string"    }  ]}