---
title: "POST /orgs"
method: POST
path: "/orgs"
tags: ["orgs"]
---

# POST /orgs

`POST /orgs`

Create a new organization.

## Request body

- CreateOrgReqBody
  - `livemode` boolean, nullable — Stripe live mode for billing. Superadmin-only; ignored for other callers.
  - `name` string, required

## Response `204`

Organization created successfully

- unknown

## Other responses

- `429` — Org limit reached

---

[API](https://skmtc.net/timbal-ai/apis/timbal-platform-api.md) · [All operations](https://skmtc.net/timbal-ai/apis/timbal-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/timbal-ai/timbal-platform-api/versions/dd7e398ce0d3/schema)
