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

# Create an organization

`POST /v1/orgs`

Create a new organization. Requires an Enterprise account. The creator is automatically added as `owner`.

## Request body

- object
  - `name` string, required — Display name for the org
  - `slug` string — URL-safe slug (auto-generated from name if omitted)

## Response `201`

Default Response

- object

---

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