---
title: "Create an organization"
method: POST
path: "/v1/organizations"
tags: ["Organizations"]
---

# Create an organization

`POST /v1/organizations`

## Request body

- CreateOrganizationV1
  - `name` string, required

## Response `201`

- OrganizationResponseV1
  - `id` string, required — Deprecated: Use `slug` instead.
  - `slug` string, required — Organization slug
  - `name` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden action
- `429` — Rate limit exceeded
- `500` — Unexpected error creating an organization

---

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