# Create team

**POST** `/teams`

Creates a team for routing conversations and organizing teammates.

Authentication: bearerAuth
Required scopes: `team:create`
Allowed roles: `owner`, `admin`
Authorization: Create a team in the workspace.

## Request body

- `application/json`: `CreateTeamRequest` required.

## Responses

- `201`: Team created
- `default`: Error
