---
title: "Create Organization"
method: POST
path: "/v1/orgs"
tags: ["Organizations"]
---

# Create Organization

`POST /v1/orgs`

Creates a new organization. Requires admin privileges.

## Request body

- object
  - `name` string, required

## Response `201`

Created

- object
  - `org` Organization
    - `id` string, uuid, required
    - `name` string, required
    - `created_at` string, date-time, required

## Other responses

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

---

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