Teams
Multi-agent teams — per-agent sequential runs with structured results.
Endpoints
Runs live against the backend- GET
/api/v1/teams/List teams - POST
/api/v1/teams/Create a team - POST
/api/v1/teams/generateGenerate a team from a promptSSE - GET
/api/v1/teams/{team_id}Get a team - POST
/api/v1/teams/{team_id}/runRun a teamSSE - DELETE
/api/v1/teams/{team_id}Delete a team
Calls go through the portal proxy with your admin session. SSE (run / generate) endpoints return their final payload here; live streaming lands next.