Skip to main content
Creates a new workspace. Each workspace requires a custom_id that you define, which serves as a stable external identifier you can use to reference the workspace in your own systems.
Permission required: workspace:create

Request Body

name
string
required
Workspace name
custom_id
string
required
Caller-defined unique identifier for external reference. Must be unique across all your workspaces.
description
string
Workspace description
metadata
object
Arbitrary key-value metadata to attach to the workspace

Response

data
object