Skip to main content

Create a workspace

POST 

/panel/workspaces

Creates a workspace.

When owner_id is supplied, that user is added to the workspace with the admin role and approval rights.

The response contains only the workspace's own fields — uuid, name, hex_color, owner_id, access_status and created_at. The owner, users, subscriptions, generic_subscription and pivot objects are not included. Fetch the workspace with GET /panel/workspaces/{workspace} if you need them.

Request

Responses

Created workspace. Note that this endpoint returns 200, not 201.