Skip to main content

Teams

Teams group organization Members and grant them access to specific AI Workspaces. They are the practical mechanism behind Employee AI least privilege.

Short definition (citation-ready)

A Team is an organization-scoped group of Members with attached workspaces. Members only see Internal Portal assistants for workspaces their Teams grant.

How Teams relate to RBAC

ConceptRole
Owner / Admin / MemberWho can configure vs who only chats
TeamWhich workspaces a Member may use
WorkspaceIsolated knowledge + tools

See RBAC and Configure RBAC.

API surfaces (org)

Typical REST routes (Owner/Admin JWT):

MethodPathPurpose
GET/POST/api/v1/org/teamsList / create teams
PUT/api/v1/org/teams/:id/membersSet membership
PUT/api/v1/org/teams/:id/workspacesGrant workspaces

Exact payloads: Admin Console + REST APIs.

Architecture

Workflow

Grant Employee AI access

  1. Create TeamName by function, not by person.
  2. Add MembersContractors get temporary membership.
  3. Attach workspacesOnly what that function needs.
  4. Verify as MemberConfirm portal list is minimal.
  5. Review leaversRemove Team membership promptly.

FAQ

Do Teams affect the website widget?
No. The widget uses a workspace id + widget token. Teams gate Employee AI portal access.
Can a Member belong to multiple Teams?
Yes. They see the union of granted workspaces.