# Create chatbot

**POST** `/chatbots`

Creates a chatbot draft that can later be published and activated.

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

## Request body

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

## Responses

- `201`: Chatbot created
- `default`: Error
