Route-only screens
Deep-linkable screens that are not in the sidebar — how to reach them from their owner surfaces.
Some screens stay routable (command palette, deep links, notifications) but were removed from the sidebar once their owner surface shipped (issue #3897). They are not hidden — assistants and the palette can still navigate to them by id.
How to open any screen
Press Cmd K / Ctrl K and type the screen id or a keyword (for example plugins, config, coding).
Screen index
| Screen id | Label / purpose | Reach from |
|---|---|---|
config | Workspace settings (copilot, orchestration, privacy, export/import) | Top-bar Settings button |
plugins | Installed plugin lifecycle | Marketplace › Installed › Manage plugins |
bundles | Bundle import/export history | General › Export/Import › Full bundle history |
topologies | Multi-agent collaboration templates | Agents › How agents collaborate |
tools | Runtime tools registry sections | General runtime sections, or Tools |
sandbox | Sandbox policy shortcuts | Security or General runtime sections |
coding | Coding-agent providers and runTask | Agents or Coding guide |
templates | Starter flow templates browser | Workflows template picker, or palette templates |
oem | Brand & licensing (OEM entitlement) | Settings › Brand & licensing (when entitled) |
flow-editor | Full-page flow editor | Workflows — open a flow |
Brand & licensing (oem)
Available when your workspace has the OEM entitlement. Open via Settings › Brand & licensing or the command palette (oem).
Typical tabs:
| Area | What you do |
|---|---|
| License | Import a signed license envelope and review validity / grace state. |
| Tenants | Issue, suspend, or revoke tenant licenses (operator workflows). |
| Brand kit | Edit tokens, logos, and white-label runtime projection. |
| Vertical packs | Browse and apply OEM vertical YAML packs to the workspace. |
| Marketplace publish | Export/import bundles for the marketplace catalog (publisher permissions). |
Cloud-hosted OEM operators also use the separate admin console (apps/admin/) for tenant-wide control; desktop oem is the workspace-local brand + licensing surface.
Aliases (also not sidebar items)
| Screen id | Lands on |
|---|---|
runs, traces, observability | Activity (or Traces / Observability standalone) |
audit, break-glass | Access (Governance pillar) |
Related screens
| Need | Go to |
|---|---|
| Owner surfaces (flows, agents, workspace) | Using the App index |
| Sandbox / egress policy detail | Security |
| MCP and egress editor | Tools |
| Marketplace plugins | Marketplace |
For contributors
Route-only screens also have agent implementation guides in the repository contributor docs. Use the internal docs query CLI from a dev checkout (pnpm docs:internal:query screen <id> --agent).