Documentation Index
Fetch the complete documentation index at: https://cubed3-docs-remove-agentic-analytics-summit-banner.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
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.