---
title: "Create project"
method: POST
path: "/projects/"
tags: ["Organizations"]
---

# Create project

`POST /projects/`

Allows creating a new project within an organization.
The user must have write permissions to the organization to successfully create the project.

## Headers

- `x-m2-organization-id` string, required

## Request body

- PostProjectRequest — The data to create a project
  - `name` string, required — The name of the project

## Response `200`

The details of the created project

- PostProjectResponse — The details of the created project
  - `projectId` string, required — The ID of a project

---

[API](https://skmtc.net/otherside/apis/organizations.md) · [All operations](https://skmtc.net/otherside/apis/organizations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/otherside/organizations/revisions/7bb9c8fbb542/schema)
