Skip to main content

Create a Workspace

From the console

  1. Click your account avatar in the top-right → New Workspace
  2. Enter a workspace name (used for display and as a slug in API paths)
  3. Select a primary region — this determines where your default MQTT broker is provisioned
  4. Click Create Workspace

Create workspace screen

You are automatically assigned the Owner role in the workspace.

From the API

POST /workspaces
Authorization: Bearer <token>
Content-Type: application/json

{
"name": "my-production-workspace"
}

See POST /workspaces for the full request schema.

After creation