---
title: "Create Organization"
method: POST
path: "/v0/organizations"
tags: ["Organizations"]
---

# Create Organization

`POST /v0/organizations`

Create a new organization.

The authenticated user will be the owner of the organization.
timezone is initialized from the owner's timezone setting.
Returns the organization details and the owner's organization API key.

## Request body

- OrganizationCreate — Schema for creating an organization.
  - `name` string, required
  - `timezone` string, nullable

## Response `201`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/unify/apis/unifyai-http-api-reference.md) · [All operations](https://skmtc.net/unify/apis/unifyai-http-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unify/unifyai-http-api-reference/versions/900377f918b6/schema)
