Added
v2 - 2026-02-24 - Teams API
about 17 hours ago by ReadMe GitHub Action
New: Teams API is now publicly available
You can now manage workspace teams programmatically through the Teams API.
- List teams Retrieve a paginated list of teams, with filtering by name or partial search
- Get team Retrieve full details of a specific team by UUID
- Create team Create a new team with a name and unique handle
- Update team Update a team's name, handle, or description
- Delete team Permanently delete a team from the workspace
- List team members Retrieve all members of a specific team
- Add team member Add an existing workspace member to a team
- Delete team member Remove a member from a team