# Create tag

**POST** `/tags`

Creates a label that can be attached to contacts.

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

## Request body

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

## Responses

- `201`: Tag created
- `default`: Error
