---
title: "Create project in namespace"
method: POST
path: "/v1/organizations/{organizationRef}/namespaces/{namespaceRef}/projects"
tags: ["Namespace", "Project"]
---

# Create project in namespace

`POST /v1/organizations/{organizationRef}/namespaces/{namespaceRef}/projects`

Create a new project in the namespace.

## Request body

- object
  - `key` string, required — Namespace-scoped project key. Uppercased on write. NEW is reserved.
  - `name` string, required — Name of the project.
  - `description` string, nullable — Description of the project.
  - `logo` string, uri, nullable — Logo of the project.
  - `status` 'active' | 'pending' — Status of the project.

## 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
- `409` — Conflict
- `500` — Internal Server Error

## Changes

- **2026-08-26** `836ecb425096` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/opcotech/apis/elemo-api/changes/v1/organizations/:organizationRef/namespaces/:namespaceRef/projects/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/836ecb425096/schema)
