v1

latestOpenAPI 3.0.12026-07-2699111970.1 KB
Agents

List Agents

List all agents for the authenticated user.

API scope required: agents.read

get/unstable/agents

Headers

X-API-KEYstring required

API key required for authentication

Response

Returns the list of agents

agentIdstring required

Example response

[
  {
    "agentId": "9b3a1c20-1f2c-4f78-9f4d-6c5b8a3a8a01",
    "metadata": {
      "name": "My Shopping Agent",
      "imageUrl": "https://example.com/agent.png",
      "description": "Buys groceries on my behalf"
    }
  }
]