> ## Documentation Index
> Fetch the complete documentation index at: https://developers.plane.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Create a project

> Creates a new project in a workspace.

## Path parameters

<ParamField path="workspace_slug" type="string" required>
  The workspace\_slug represents the unique workspace identifier for a workspace in Plane. It can be found in the URL. For example, in the URL `https://app.plane.so/my-team/projects/`, the workspace slug is `my-team`.
</ParamField>

## Body parameters

<ParamField body="name" type="string" required>
  Name of the project.
</ParamField>

<ParamField body="identifier" type="string" required>
  Short identifier used in work item IDs.
</ParamField>

<ParamField body="description" type="string">Description of the project.</ParamField>
