Agents
List available agents
Defaults to built-in agents, your own custom agents, and accessible team-shared agents. Public discovery remains on /api/v1/agents/directory. Shared custom agents include their UUID for directory detail and installation; install an agent before using its slug in a task.
GET
List available agents
Query Parameters
native returns built-in agents; user returns your own agents regardless of visibility; team returns agents shared with teams where both you and the creator are active members, including your own team shares. Combine two types with a comma. all returns their union, with each custom agent UUID included once.
Available options:
native, user, team, all, native,user, user,native, native,team, team,native, user,team, team,user 
