---
title: "PUT /v1/spaces/{spaceName}/projects"
method: PUT
path: "/v1/spaces/{spaceName}/projects"
---

# PUT /v1/spaces/{spaceName}/projects

`PUT /v1/spaces/{spaceName}/projects`

Creates a project in a specified space.

## Path parameters

- `spaceName` string, required

## Request body

- object
  - `displayName` string, required — The friendly name of the project that will be displayed to users.
  - `description` string — The description of the project. This description will be displayed to all users of the project. We recommend providing a brief description of the project and its intended purpose.

## Response `201`

Success

- CreateProjectResponse
  - `spaceName` string — The name of the space.
  - `name` string, required — The name of the project in the space.
  - `displayName` string — The friendly name of the project.
  - `description` string — The description of the project.

## Other responses

- `480` — ThrottlingException
- `481` — ConflictException
- `482` — ValidationException
- `483` — ServiceQuotaExceededException
- `484` — ResourceNotFoundException
- `485` — AccessDeniedException

---

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