---
title: "Create Project Endpoint"
method: POST
path: "/api/projects"
tags: ["task_dag_mutations"]
---

# Create Project Endpoint

`POST /api/projects`

## Request body

- CreateProjectRequest
  - `title` string, nullable — Optional project title

## Response `200`

Successful Response

- ProjectResponse
  - `project_id` string, required
  - `title` string, nullable, required
  - `stub_title` string, nullable
  - `settings` object
  - `created_at` string, required
  - `updated_at` string, required

## Other responses

- `422` — Validation Error

---

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