Creator Mode is available on the Enterprise plan.
creatorMode: true to the Generate Session API.
Creator Mode requires Signed embedding. Private embedding is not supported.
Embed tenant scoping
In Creator Mode, content (workbooks, dashboards) and the groups/user attributes referenced by the session are scoped to an embed tenant. PassembedTenantName to isolate content per customer; omit it to use the current tenant.
embedTenantName must be lowercase, 5–36 chars, start with a letter, end with a letter or digit, and contain only a-z, 0-9, or -.
Provisioning groups and user attributes
In Creator Mode,groups and userAttributes resolve against the embed tenant’s scoped catalog (separate from the tenant-wide one used by read-only embedding). To define those entries from your backend in the same call, pass groupDefinitions and userAttributeDefinitions — they are idempotent and validated before memberships and values are applied.
See Generate Session → Creator mode bootstrap for the input shape, value types, and the immutable-type rule on attribute definitions.
Default dashboards
You can pre-populate every embed user’s workspace with ready-made content so they see useful dashboards the first time they open the embedded app, instead of an empty workspace. This is a good way to ship templates or starter reports that your users can explore and build on. Default dashboards are shared from your main workspace with the All embed users (all_embed_users) group — a system group that Cube creates automatically once Creator Mode is enabled. Sharing is read-only: embed users can open and explore the shared content but can’t edit it.
To set up default dashboards:
- Build the workbooks, dashboards, folders, and reports you want everyone to see in your main workspace.
- Open the share dialog for a workbook or folder and share it with All embed users. The only available access level is Can view.
- Embed users in Creator Mode now see the shared items at the root of their workspace as soon as they open the app.
All embed users is a system group: it can’t be renamed or deleted, and it can only be granted read-only (Can view) access. It appears automatically in Admin → User Groups and in the share dialog once Creator Mode is enabled for your workspace.
- Sharing a folder shares everything inside it — all nested folders, workbooks, and reports become available to embed users.
- Sharing a single workbook or report exposes that item plus the folders above it (so users can navigate to it), but not the other contents of those folders.
- All embed users see the same default dashboards, regardless of their groups or user attributes. The shared set applies across every embed tenant that belongs to your account.
- Embed users can’t edit content shared from the main workspace. Opening a shared workbook shows its published dashboard, so a workbook must have a published dashboard for users to open it.
- Removing the share from the All embed users group removes those items from embed users’ workspaces immediately.
Sharing workbooks and dashboards
Embed users in Creator Mode can share the workbooks and dashboards they build with other users, the same way they would in the full Cube app.Sharing is scoped to the embed tenant: users can only share with others in the same tenant, never across tenants.