allUpdated 2026-05-15

Workspace Explorer

Live Explorer workspace showing the acme-demo project list, agent card, and deployed model cards.

What this covers

The Workspace Explorer is the first operational screen for tenant users. It is where you choose a project, create or import models, open the conversational agent, manage project settings, and see which models are deployed. Treat it as the project control room rather than a landing page.

What you see

The left side is the project list for the current workspace. The tenant card shows the workspace you are signed into, and the project list lets you switch between business domains. Use Import project when you have a project export bundle from another tenant or environment.

The main area shows the selected project. At the top are project-level controls: enable/disable, add model, import model, export project, agent chat, agent log, and project settings. Below that, each model appears as a card with its display name, slug, deployed state, and quick actions.

Model card states

StateMeaningWhat to do
DeployedA saved model version is active for JDBC, XMLA, the query router, scheduler, and optimizer.Open it to inspect or edit; deploy again after saving a new version.
ReadyThe model has saved metadata but no active deployed version. BI tools cannot query it yet.Open the model, validate it, then deploy.
Invalid or warning indicatorsOne or more objects, schema bindings, joins, or aggregates require attention.Open Model Builder and check Model Health, Diagnostics, or Schema Changes.

Main actions

How to use it well

Create one project per business domain, not one project per table. A project can contain multiple one-fact models, such as payments, settlements, and chargebacks. Keep model display names business-readable because they surface in the Explorer, BI catalogues, and agent context.

Before deleting or renaming a model, check whether it is deployed and whether downstream assets reference it. Use Impact Analysis for column-level dependencies and Audit Log for recent administrative changes.

Related