---
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

---

[API](https://skmtc.net/latitude/apis/latitude-sh-api.md) · [All operations](https://skmtc.net/latitude/apis/latitude-sh-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/latitude/latitude-sh-api/versions/7302d79e39bb/schema)
