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

# Create Org

`POST /v1/orgs`

Create a new organization with billing setup.

User becomes the owner with all permissions and gets free tier credits.

Request body:
{
    "name": "My Organization"
}

Returns:
    Created organization details

## Request body

- CreateOrgRequest — Request body for creating a new organization
  - `name` string, required — Organization name

## Response `201`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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