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

# Create a project

`POST /projects`

## Request body

- object
  - `domain` string, required
  - `name` string
  - `parent_id` string

## Response `201`

Success

- object

## Other responses

- `401` — Missing or invalid API key
- `402` — Plan quota exhausted or feature unavailable on the plan
- `422` — Request validation failed (details lists the fields)
- `429` — Rate limit exceeded — respect Retry-After

---

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