---
title: "Create Project"
method: POST
path: "/api/v3.0/orgs/{orgUuid}/projects"
tags: ["Projects"]
---

# Create Project

`POST /api/v3.0/orgs/{orgUuid}/projects`

Creates a new Project. If applicationName is provided and the Application does not exist, it will be created. If the Project already exists it returns the existing Project.

## Path parameters

- `orgUuid` string, required

## Request body

- CreateProjectInOrgRequestDTOV3 — If applicationName is empty a default Application will be used. If applicationName is provided and the Application does not exist, it will be created.
  - `name` string, required
  - `description` string
  - `applicationName` string

## Response `200`

OK

- DWRResponseV3CreateProjectResponseDTOV3
  - `supportToken` string
  - `response` CreateProjectResponseDTOV3
    - `project` ProjectDTOV3 — Project information
      - `uuid` string
      - `name` string
      - `path` string
      - `applicationName` string
      - `applicationUuid` string
    - `application` ApplicationDTOV3
      - `uuid` string
      - `name` string

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

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