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

# Create project

`POST /projects`

## Request body

- object
  - `data` object
    - `type` 'projects', required
    - `attributes` object
      - `name` string, required — The project name. Must be unique.
      - `provisioning_type` 'reserved' | 'on_demand', required — The provisioning type of the project. Default: on_demand
      - `description` string — The project description.
      - `environment` 'Development' | 'Staging' | 'Production'

## Response `201`

Created

## Changes

> 29 revisions in range; 23 could not be searched.

- **2026-07-21** `885dec47dd47` — 1 warning, 7 info
  - removed the optional property `data/attributes/stats/containers` from the response with the `201` status
  - added the optional property `data/attributes/bandwidth_alert` to the response with the `201` status
  - added the optional property `data/attributes/provisioning_type` to the response with the `201` status
  - added the optional property `data/attributes/stats/databases` to the response with the `201` status
  - …4 more

[Change history](https://skmtc.dev/latitude/apis/latitude-sh-api/changes/projects/post.md)

---

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