---
title: "POST /api/v1/bots"
method: POST
path: "/api/v1/bots"
tags: ["Bots"]
---

# POST /api/v1/bots

`POST /api/v1/bots`

## Request body

- object
  - `name` string, required
  - `slug` string, required
  - `systemPrompt` string
  - `modelId` string
  - `poolId` string

## Response `200`

Created

- object
  - `id` string, required
  - `name` string, required
  - `slug` string, required
  - `poolId` string, nullable, required
  - `status` 'active' | 'paused' | 'deleted', required
  - `modelId` string, required
  - `systemPrompt` string, nullable, required
  - `createdAt` string, required
  - `updatedAt` string, required

---

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