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

# Create Project in Application

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

Creates a new Project within the given Application. If the Project already exists it returns the existing Project.

## Path parameters

- `orgUuid` string, required
- `applicationUuid` string, required

## Request body

- CreateProjectInApplicationRequestDTOV3
  - `name` string, required
  - `description` string

## Response `200`

OK

- DWRResponseV3ProjectDTOV3
  - `supportToken` string
  - `response` ProjectDTOV3 — Project information
    - `uuid` string
    - `name` string
    - `path` string
    - `applicationName` string
    - `applicationUuid` string

## Other responses

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

---

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