---
title: "Create Org"
method: POST
path: "/api/v1/orgs"
tags: ["organizations"]
---

# Create Org

`POST /api/v1/orgs`

## Headers

- `Authorization` string, nullable

## Request body

- OrganizationCreate
  - `name` string, required
  - `slug` string, required
  - `clerk_org_id` string, required
  - `plan` 'free' | 'pro' | 'enterprise'

## Response `201`

Successful Response

- OrganizationRead
  - `id` string, uuid, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `name` string, required
  - `slug` string, required
  - `clerk_org_id` string, required
  - `plan` 'free' | 'pro' | 'enterprise', required
  - `status` 'pending' | 'active' | 'suspended' | 'deleted', required
  - `metronome_customer_id` string, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-25** `e63bfe8e38b4` — 2 breaking, 1 warning, 1 info
  - added the new required request property `clerk_org_id`
  - removed the required property `workos_org_id` from the response with the `201` status
  - removed the request property `workos_org_id`
  - added the required property `clerk_org_id` to the response with the `201` status

[Change history](https://skmtc.dev/xenovia/apis/controlplane/changes/api/v1/orgs/post.md)

---

[API](https://skmtc.dev/xenovia/apis/controlplane.md) · [All operations](https://skmtc.dev/xenovia/apis/controlplane/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/xenovia/controlplane/revisions/9efbf54a37d4/schema)
