---
title: "创建机器人"
method: POST
path: "/api/v1/platform/bots"
tags: ["Bots"]
---

# 创建机器人

`POST /api/v1/platform/bots`

## Request body

- BotCreate
  - `name` string, required
  - `adapter` string, required
  - `config` object, required

## Response `200`

创建成功

- object
  - `code` integer
  - `data` object
    - `uuid` string, uuid

---

[API](https://skmtc.net/langbot/apis/langbot-service-api.md) · [All operations](https://skmtc.net/langbot/apis/langbot-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langbot/langbot-service-api/versions/2384dee8c36a/schema)
