Skip to main content
POST
Create Workspace

Authorizations

X-Browser-Use-API-Key
string
header
required

Body

application/json

Request model for creating a new workspace.

name
string | null

Optional name for the workspace

Maximum string length: 100

Response

Successful Response

View model for a workspace — persistent shared storage across sessions.

id
string<uuid>
required

Unique identifier for the workspace

createdAt
string<date-time>
required

Timestamp when the workspace was created

updatedAt
string<date-time>
required

Timestamp when the workspace was last updated

name
string | null

Optional name for the workspace