Skip to main content
POST
Create Workspace

Authorizations

Authorization
string
header
required

JWT in Authorization header. 'Bearer ' prefix optional.

Body

application/json

API request schema for creating a workspace

name
string
required

Name of the workspace

icon
CustomIconUpdateRequest · object | null

Initial icon for the workspace

Response

Successful Response

API response schema for creating a workspace

id
string<uuid>
required

Workspace ID

name
string
required

Workspace name

actions
integer
required

User's permission bitmap on this workspace

created_by_user_id
string<uuid>
required

ID of the user that created the workspace

created
string<date-time>
required

Creation timestamp

updated
string<date-time>
required

Last update timestamp

icon
CustomIconData · object | null

Workspace icon data