Teams
Teams allow multiple users to share workspaces, agents, and skills with role-based access control.Roles
API
GET /teams— List your teamsPOST /teams— Create teamPOST /teams/{id}/invite— Invite member by emailPOST /teams/invites/{id}/accept— Accept inviteDELETE /teams/{id}/members/{user_id}— Remove memberPATCH /teams/{id}/members/{user_id}/role— Change role
Shared Resources
- Workspaces — Team workspaces visible to all members
- Skills — Published skills shared within the team
- Integrations — Team-wide service connections
- Agent History — View all team members’ task executions

