attacca
Agents

List agents

Every agent the account can open a session on: its own, plus any shared globally.

GET
/v1/agents

Every agent the account can open a session on: its own, plus any shared globally.

Authorization

api_key agents:read
AuthorizationBearer <token>

An atk_-prefixed API key, created under Settings → API keys.

In: header

Scope: agents:read

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/agents"
[  {    "can_manage_agents": true,    "created_at": "2019-08-24T14:15:22Z",    "description": "string",    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "model": "string",    "name": "string",    "owner_user_id": "65139110-7c3c-4777-b692-80c218be3b9d",    "prompt_ids": [      "string"    ],    "provider_id": "fe3d49af-4061-436b-ae60-f7044f252a44",    "supports_image": true,    "temperature": 0,    "tool_plugin_ids": [      "string"    ],    "updated_at": "2019-08-24T14:15:22Z",    "version": 0  }]