---
title: "POST /admin/organizations"
method: POST
path: "/admin/organizations"
tags: ["Admin"]
---

# POST /admin/organizations

`POST /admin/organizations`

## Request body

- CreateOrganizationRequest — Request body for creating a new organization via Clerk
  - `name` string, required — Organization name
  - `slug` string, nullable — Optional slug override
  - `tags` string[] — Optional tags to set for the organization

## Response `200`

Organization created successfully

- CreateOrganizationResponse — Response for creating a new organization
  - `message` string, required — Success message
  - `organization` AdminOrganization, required — Admin organization item with Clerk info and platform data
    - `created_at` integer, required — Created timestamp (from Clerk)
    - `fee_distribution_key` string, nullable — Fee distribution key (from Breeze DB)
    - `fund_count` integer, required — Number of funds for this organization
    - `id` string, required — Organization ID (Clerk ID)
    - `name` string, required — Organization name
    - `slug` string, required — Organization slug
    - `strategy_count` integer, required — Number of strategies for this organization
    - `tags` string[], required — Tags assigned to this organization (from Breeze DB)
    - `updated_at` integer, required — Updated timestamp (from Clerk)

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

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