Skip to main content

Teams

Teams allow multiple users to share workspaces, agents, and skills with role-based access control.

Roles

API

  • GET /teams — List your teams
  • POST /teams — Create team
  • POST /teams/{id}/invite — Invite member by email
  • POST /teams/invites/{id}/accept — Accept invite
  • DELETE /teams/{id}/members/{user_id} — Remove member
  • PATCH /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