Skip to main content
GET
List Agents

Authorizations

X-Browser-Use-API-Key
string
header
required

Query Parameters

capability
enum<string> | null

Filter to agents that expose this capability, e.g. ?capability=code. The closed set of agent capabilities — the registry's routing TRUTH.

capabilities on an agent is platform-enforced: sending workspace_id to an agent that lacks files → 400 naming the right agent. Both agents do browser + files; the only structural difference is code / terminal (browsercode).

Available options:
browser,
code,
terminal,
files

Response

Successful Response

The registry: every agent this platform exposes.

Not paginated — the agent list is tiny and fully enumerable. A plain array so an LLM can read the whole routing table in one call.

agents
AgentInfo · object[]
required