Skip to content

Agents & Workspaces

List agents

GET /external/v1/projects/{project_id}/agents

Response (200): [{ id, name, description, is_default, agent_type }]

List workspaces

GET /external/v1/projects/{project_id}/workspaces

Response (200): [{ id, name, slug, type, is_default, artifact_type }]

Built with VitePress