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

# POST /api/orgs

`POST /api/orgs`

## Request body

- CreateOrgRequest
  - `description` string — Description
  - `name` string, required — Name

## Response `200`

Organization created successfully

- Organization
  - `description` string, required — Description
  - `id` string, uuid, required — ID
  - `name` string, required — Name

## Other responses

- `400` — Invalid organization name
- `401` — Authentication required
- `409` — Name already in use

---

[API](https://skmtc.dev/mari/apis/gitarena.md) · [All operations](https://skmtc.dev/mari/apis/gitarena/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mari/gitarena/revisions/b3640d5600df/schema)
