---
title: "Creates a project and returns the created project."
method: POST
path: "/organizations/projects"
tags: ["Projects"]
---

# Creates a project and returns the created project.

`POST /organizations/projects`

The logged-in user must have the permission to create projects within the organization.
A successful response from this resource contains details of the created project.

## Request body

- ProjectsPostRequest
  - `name` string, required — Name for the new project.
  - `organization_id` string, required — ID of the organization that will own the new project.

## Response `200`

- ProjectsPutPostResponseV1
  - `project` Project, required
    - `id` string, required — ID of the project.
    - `name` string, required — Name of the project.
    - `organization_id` string, required — ID of the organization that owns the project.
    - `relation` string, required — Relation of the logged-in user to the project. Deprecated.
    - `resources` ProjectResources, required
      - `disks` ProjectResourceDetails, required
        - `count` integer, required — Number of resources of this type in the project.
      - `images` ProjectResourceDetails, required
        - `count` integer, required — Number of resources of this type in the project.
      - `instances` ProjectResourceDetails, required
        - `count` integer, required — Number of resources of this type in the project.
      - `snapshots` ProjectResourceDetails, required
        - `count` integer, required — Number of resources of this type in the project.
      - `vpc_networks` ProjectResourceDetails, required
        - `count` integer, required — Number of resources of this type in the project.

## Other responses

- `400` — Error Bad Request
- `401` — Error Authentication Failed
- `403` — Error Permissions
- `500` — Error Internal Server

---

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