> ## 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.

# CreateWorkspaceRequest

> TypeScript request type for the HoneyHive API

## Properties

### description?

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

#### Description

Workspace description

***

### name

> **name**: `string`

#### Description

Workspace display name. Allowed characters are letters, digits, space, underscore, hyphen, apostrophe and ampersand. The name must contain at least one letter or digit, and must not start with a space.

***

### virtual\_dataplane\_id

> **virtual\_dataplane\_id**: `string`

#### Description

The unique identifier of the virtual data plane the workspace is created in

***

### workspace\_creator?

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

Format: email

#### Description

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


## Related topics

- [Workspaces Methods](/v2/control-plane-sdk-reference/typescript/ref/workspaces/index.md)
- [Clients](/v2/changelog/clients.md)
- [Workspaces](/v2/cli-reference/ref/workspaces.md)
