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

# Create organization

`POST /organizations`

## Request body

- GithubComActiveloopaiDeeplakeApiInternalOrgsCreateOrganizationRequest
  - `id` string — Organization ID (3-50 chars, alphanumeric with hyphens/underscores)
  - `name` string — Display name (defaults to ID if not provided)

## Response `201`

Created

- GithubComActiveloopaiDeeplakeApiInternalOrgsOrganizationResponse
  - `member_count` integer
  - `organization` GithubComActiveloopaiDeeplakeApiInternalOrgsOrganization
    - `created_at` string
    - `creator` string
    - `id` string
    - `name` string
    - `strict_mode` boolean
  - `pending_invites_count` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `409` — Conflict
- `500` — Internal Server Error

---

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