---
title: "Create operator instance"
method: POST
path: "/operator/v1/create"
tags: ["Operator"]
---

# Create operator instance

`POST /operator/v1/create`

Provision a new operator instance for the organization.

## Request body

- object
  - `name` string, required — Operator name
  - `size` 'small' | 'medium' | 'large' — Instance size
  - `model` string — Model to use

## Response `201`

Operator instance launched

## Other responses

- `401` — Invalid API key
- `402` — Insufficient balance
- `403` — Insufficient permissions
- `409` — Operator already exists

## Changes

- **2026-03-16** `6c5dbb6ea073` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/casemark/apis/case-dev-api/changes/operator/v1/create/post.md)

---

[API](https://skmtc.dev/casemark/apis/case-dev-api.md) · [All operations](https://skmtc.dev/casemark/apis/case-dev-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/casemark/case-dev-api/revisions/6c5dbb6ea073/schema)
