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

# CreateProjectRequest

> TypeScript request type for the HoneyHive API

## Properties

### description?

> `optional` **description?**: `string`

#### Description

Project description

***

### name

> **name**: `string`

#### Description

Project display name

***

### project\_creator?

> `optional` **project\_creator?**: `string`

Format: email

#### Description

Email of the user to grant the project-creator membership to (API key actors only). A signed-in user does not see the new project until their session refreshes, which happens on their next request to the control plane.

***

### workspace\_id

> **workspace\_id**: `string`

#### Description

The unique identifier of the workspace the project is created in


## Related topics

- [Projects Methods](/v2/control-plane-sdk-reference/typescript/ref/projects/index.md)
- [Projects](/v2/cli-reference/ref/projects.md)
- [Create a project](/v2/control-plane-api-reference-autogen/projects/create-a-project.md)
