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

# CreateWorkspaceResponse

> TypeScript response type from the HoneyHive API

> **CreateWorkspaceResponse** = `object`

## Description

The created workspace

## Properties

### data

> **data**: `object`

#### created\_at

> **created\_at**: `string`

#### description

> **description**: `string`

##### Description

Workspace description

#### id

> **id**: `string`

#### name

> **name**: `string`

##### Description

Workspace display name

#### updated\_at?

> `optional` **updated\_at?**: `string` | `null`

***

### success

> **success**: `boolean`


## Related topics

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