---
title: "Create Org"
method: POST
path: "/api/orgs"
---

# Create Org

`POST /api/orgs`

Create an org. Global admin only.

The admin is added as `owner` so they can manage members/keys via the UI.

## Request body

- CreateOrgRequest
  - `slug` string, required
  - `name` string, required

## Response `201`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/codag/apis/infra-logs-templater.md) · [All operations](https://skmtc.net/codag/apis/infra-logs-templater/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/codag/infra-logs-templater/revisions/e43028aaffe3/schema)
