---
title: "Create namespace in organization"
method: POST
path: "/v1/organizations/{id}/namespaces"
tags: ["Organization", "Namespace"]
---

# Create namespace in organization

`POST /v1/organizations/{id}/namespaces`

Create a new namespace in the organization.

## Request body

- object
  - `name` string, required — Name of the namespace.
  - `description` string, nullable — Description of the namespace.

## Response `201`

Example response

- object
  - `id` string, required — ID of the newly created resource.

## Other responses

- `400` — Bad request
- `401` — Unauthorized request
- `403` — Forbidden
- `404` — The requested resource not found
- `500` — Internal Server Error

## Changes

- **2025-11-17** `56c0575d4cbc` — 1 info
  - endpoint added
- **2023-03-18** `f157ff402bc1` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/opcotech/apis/elemo-api/changes/v1/organizations/:id/namespaces/post.md)

---

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