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

# Create organization

`POST /orgs`

Create a new organization. The authenticated user becomes the owner. A free-tier subscription and $0 balance are provisioned automatically. Maximum 5 organizations per user.

## Request body

- object
  - `name` string, required
  - `slug` string, required

## Response `201`

Organization created

- object
  - `data` object, required
    - `id` string, required
    - `name` string, required
    - `slug` string, required

## Other responses

- `400` — Validation error
- `403` — Organization limit reached
- `409` — Slug already taken

## Changes

> 7 revisions in range; 1 could not be searched.

- **2026-08-29** `4d10ec4266ee` — 1 info
  - api operation id `createOrg` was added

[Change history](https://skmtc.dev/rendobar/apis/rendobar-api/changes/orgs/post.md)

---

[API](https://skmtc.dev/rendobar/apis/rendobar-api.md) · [All operations](https://skmtc.dev/rendobar/apis/rendobar-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rendobar/rendobar-api/revisions/4d10ec4266ee/schema)
