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

# Create organization

`POST /api/v1/organizations`

## Request body

- OrganizationCreation
  - `name` string, required

## Response `200`

OK

- Organization
  - `id` integer, required
  - `name` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/kleverkey/apis/kleverkey-api.md) · [All operations](https://skmtc.net/kleverkey/apis/kleverkey-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kleverkey/kleverkey-api/revisions/c65c361917fe/schema)
