---
title: "Create Organization"
method: POST
path: "/admin/create-organization"
tags: ["Admin"]
---

# Create Organization

`POST /admin/create-organization`

Creates an organization with the provided organization name.

Returns 201 if a new organization was created, 200 if an existing organization was found.

## Request body

- CreateOrganizationRequest
  - `organization_id` string, uuid, required — The organization id to create. Must be unique.

## Response `201`

Successful Response

- DefaultResponse
  - `message` string — This string will always be "Success!". This may change in the future.

## Other responses

- `409` — Conflict
- `422` — Validation Error

## Changes

- **2026-01-21** `b5badb138367` — 1 info
  - endpoint added
- **2025-07-08** `bd2f55f423e0` — 1 breaking
  - api path removed without deprecation
- **2025-01-27** `99a41bb73e43` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/zeroentropy-ai/apis/zeroentropy-api/changes/admin/create-organization/post.md)

---

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