Teams
A team is a smaller group of people inside your workspace, so the right folks stay together.
Why use it
Teams let you split a big workspace into smaller circles — for example by region, by product, or by client. That way each group sees and works on what belongs to them.
Step by step
Open Teams
Go to your workspace settings and click Teams. You will see a list of the teams you already have (it may be empty at first).
Create a team
Click New team, give it a clear name (like "Sales" or "North Region"), and save. The team now appears in the list.
Add people
Open the team and click Invite. Enter the person's email and send. They get an invite and, once they accept, they land right inside that team.
TIP
Pick names you'll still understand in six months. "Client A" beats "Team 2".
Good to know
- A team always lives inside one workspace — it never spans across workspaces.
- Inviting someone to a team uses the same invite flow as the rest of the workspace, so the experience feels familiar.
- The invite remembers which team it came from, so the new member ends up in the right place automatically.
Related
For developers
Teams are managed under /api/v1/teams (list, create, update, delete) with members at /api/v1/teams/:id/members and invites at /api/v1/teams/:id/invite. A team record holds user_id (creator), name, owner, a permissions string array, and a free-form data object. Team invites reuse the workspace invitation flow and carry a team association so the new member lands in the correct scope.