---
title: "Create world bot deployment"
method: POST
path: "/{worldId}/bots/"
tags: ["Worlds Bots", "public"]
---

# Create world bot deployment

`POST /{worldId}/bots/`

Create a bot deployment for the specified world with the provided bot count

## Path parameters

- `worldId` string, required

## Headers

- `x-m2-organization-id` string, required — The ID of an organization
- `x-m2-project-id` string, required — The ID of a project

## Request body

- PostBotDeploymentRequest — Create a bot deployment
  - `description` string
  - `metadata` object
    - `annotations` object
    - `labels` object
  - `count` number, required
  - `cpu` string, regex
  - `memory` string, regex
  - `args` string[]
  - `durationMinutes` number

## Response `200`

Default Response

---

[API](https://skmtc.net/otherside/apis/worlds.md) · [All operations](https://skmtc.net/otherside/apis/worlds/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/otherside/worlds/revisions/fe3e2eee3c6f/schema)
