---
title: "Create tenant"
method: POST
path: "/api/v2/tenants"
tags: ["Tenant"]
---

# Create tenant

`POST /api/v2/tenants`

Creates a new tenant.

## Request body

- CreateTenantPayload
  - `name` string, required

## Response `200`

Tenant created successfully

- CreateTenantResponse

## Other responses

- `401` — Unauthorized
- `500` — Server error

---

[API](https://skmtc.net/trychroma/apis/chroma-frontend.md) · [All operations](https://skmtc.net/trychroma/apis/chroma-frontend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trychroma/chroma-frontend/revisions/9b96550f70f6/schema)
