Agents
List available agent templates
GET
/api/v1/agents/templatesAuthorization
BearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X GET "https://example.com/api/v1/agents/templates"{ "agent_templates": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "description": "string", "version": 0 } ]}