---
title: "Create Chatbot"
method: POST
path: "/api/external/chatbots"
---

# Create Chatbot

`POST /api/external/chatbots`

Create Chatbot

## Headers

- `x-api-key` string

## Request body

- object
  - `description` string
  - `is_public` boolean
  - `name` string
  - `personality_config` object
    - `style` string
    - `tone` string
  - `settings` object
    - `greeting` string
    - `isRequestUserInfoEnabled` boolean
    - `isToolEnabled` boolean
    - `model` string
    - `prompt` string
    - `snippet` object
      - `header` string
      - `logo` string
      - `name` string
      - `primaryColor` string
      - `secondaryColor` string
      - `slogan` string
  - `slug` string

## Response `200`

## Changes

- **2025-01-22** `9a74b2d0931e` — 1 breaking, 1 info
  - removed the success response with the status `201`
  - added the success response with the status `200`

[Change history](https://skmtc.dev/dasomx/apis/okchat2-0/changes/api/external/chatbots/post.md)

---

[API](https://skmtc.dev/dasomx/apis/okchat2-0.md) · [All operations](https://skmtc.dev/dasomx/apis/okchat2-0/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dasomx/okchat2-0/revisions/9a74b2d0931e/schema)
