v1

latestOpenAPI 3.1.0proprietary2026-07-24156175241.3 KB
Workspaces

Create a Workspace

Create a new Workspace in the organization.

post/v1/workspaces

Request body

namestring required

The name for the new Workspace. Must be unique within the organization.

descriptionstring nullable

The description of the Workspace.

colorstring nullable

The color of the Workspace.

custom_metadataobject nullable

Custom metadata to associate with the Workspace.

containing_workspace_idinteger nullable

The ID of the Workspace to create this Workspace under, if any.

Response

The request has succeeded.

idinteger

The unique identifier of the Workspace.

namestring

The name of the Workspace.

descriptionstring nullable

The description of the Workspace.

colorstring nullable

The color of the Workspace.

custom_metadataobject nullable

Custom metadata associated with the Workspace.

containing_workspace_idinteger nullable

The ID of the Workspace that contains this Workspace, if any.