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

# Create

`POST /projects`

Create Project.

## Request body

- object
  - `name` string — The name of the project.
  - `description` string — The description of the project.

## Response `201`

Project created.

- object
  - `uuid` string — The UUID of the project.

## Other responses

- `400` — Invalid token.
- `401` — Unauthenticated.
- `404` — Resource not found.
- `422` — Validation error.

---

[API](https://skmtc.net/coollabsio/apis/coolify.md) · [All operations](https://skmtc.net/coollabsio/apis/coolify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coollabsio/coolify/revisions/08be5dc8e729/schema)
