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

# Create

`POST /projects`

Creates a new project in a workspace.

## Headers

- `Authorization` string, required

## Request body

- CreateProjectRequest
  - `name` string, required — The name of the project. Can only contain lowercase letters, numbers and hyphens. Must be unique within the workspace.

## Response `201`

Success response

- ProjectsCreateResponse201
  - `id` string, required — The ID of the created project.
  - `name` string, required — The name of the created project.

## Other responses

- `400` — Invalid parameters
- `401` — Unauthorized (authentication missing or invalid)
- `500` — Internal server error

---

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