system-adminUpdated 2026-04-17

Create a Workspace

System Admin — Create new workspace dialog.

What this covers

Only the System Admin can create workspaces. This article explains where to do it, what fields are required, and what is provisioned after creation.

Who can create a workspace

Workspace creation is restricted to the System Admin. This account is configured by the environment variables ADMIN_USER and ADMIN_PASS set during deployment. Tenant Admins cannot create workspaces; they manage users and settings within an existing workspace.

Steps to create a workspace

  1. Open a browser and navigate to Tessallite on port 3000.
  2. Sign in using the ADMIN_USER and ADMIN_PASS credentials. The application opens directly to the System Administration screen.
  3. Click the Workspaces tab.
  4. Click New Workspace.
  5. Fill in the workspace fields (see reference below).
  6. Enter the email address of the initial Tenant Admin user.
  7. Click Create.

Workspace fields

FieldDescriptionConstraints
Display nameThe label shown in the UI. Can be changed at any time.Any text; max 80 characters.
SlugShort identifier used as the JDBC database name and XMLA catalog name. Analysts need this value to connect BI tools.Lowercase letters, numbers, and hyphens only. No spaces. Must be unique across the installation.

The slug cannot be changed after the workspace is created. It is used as the JDBC database field and the XMLA catalog name for all analyst connections. Choose it carefully before clicking Create.

What the slug is used for

Share the slug with Analysts so they can configure their connections correctly.

What is provisioned after creation

Related