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

# Create a project

`POST /api/projects`

Create a project. Accepts a JSON request body when defined and returns the resulting resource or action status.

## Request body

- CreateProjectRequest — create Project Request payload accepted by the API.
  - `name` string, required — Human-readable name.

## Response `200`

Created project

- Project — Project record and its default sandbox resource settings.
  - `id` string, required — Stable identifier for the object.
  - `name` string, required — Human-readable name.
  - `slug` string, required — slug value for the project object.
  - `defaultSandboxProviderId` string — default Sandbox Provider Id value for the project object.
  - `vz_memory_mb` integer, nullable — vz memory mb value for the project object.
  - `vz_data_disk_gb` integer, nullable — vz data disk gb value for the project object.
  - `created_at` string, date-time, required — Time when the object was created.
  - `updated_at` string, date-time, required — Time when the object was last updated.

## Other responses

- `default` — Error response

---

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