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

# Create new project

`POST /project`

This method is used to create a new project through API.

## Request body

- ProjectCreate
  - `title` string, required — Project title.
  - `code` string, required — Project code. Unique for team. Digits and special characters are not allowed.
  - `description` string — Project description.
  - `access` 'all' | 'group' | 'none'
  - `group` string — Team group hash. Required if access param is set to group.
  - `settings` object — Additional project settings.

## Response `200`

A result of project creation.

- ProjectCodeResponse
  - `status` boolean
  - `result` object
    - `code` string

## Other responses

- `400` — Bad Request.
- `401` — Unauthorized.
- `403` — Forbidden.
- `422` — Unprocessable Entity.
- `429` — Too Many Requests.

---

[API](https://skmtc.dev/qase/apis/qase-io-testops-api-v1.md) · [All operations](https://skmtc.dev/qase/apis/qase-io-testops-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qase/qase-io-testops-api-v1/revisions/12ddc644fac5/schema)
