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

# Create a new project

`POST /v1/projects`

Create a new project with the specified configuration.

## Request body

- CreateProjectRequestBody
  - `name` string, required
  - `description` string, nullable

## Response `200`

The newly created project

- CreateProjectResponseBody
  - `data` Project, required
    - `name` string, required
    - `description` string, nullable
    - `id` string, required

## Other responses

- `403` — Forbidden
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/arize-ai/apis/arize-phoenix-rest-api.md) · [All operations](https://skmtc.net/arize-ai/apis/arize-phoenix-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arize-ai/arize-phoenix-rest-api/versions/5339b2afd3a2/schema)
