v1
List Agents
List all workspace agents.
Access Control: Returns all agents within the current user’s workspace (workspace isolation). All users in the same workspace can see all workspace agents.
Note: User-level access control should be implemented via authorization layer (future access-control) rather than query parameters.
GET
List Agents
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
Successful Response
tools
(CodeToolConfig · object | McpToolConfig · object | AgentToolConfig · object | OpenApiToolConfig · object)[] | null
- CodeToolConfig
- McpToolConfig
- AgentToolConfig
- OpenApiToolConfig
List Agents