---
title: Route-only screens
description: 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](/docs/using-the-app/templates-and-marketplace) › Installed › Manage plugins |
| `bundles` | Bundle import/export history | [General](/docs/using-the-app/workspaces) › Export/Import › Full bundle history |
| `topologies` | Multi-agent collaboration templates | [Agents](/docs/using-the-app/agents) › How agents collaborate |
| `tools` | Runtime tools registry sections | [General](/docs/using-the-app/workspaces) runtime sections, or [Tools](/docs/using-the-app/tools) |
| `sandbox` | Sandbox policy shortcuts | [Security](/docs/using-the-app/security) or [General](/docs/using-the-app/workspaces) runtime sections |
| `coding` | Coding-agent providers and runTask | [Agents](/docs/using-the-app/agents) or [Coding](/docs/using-the-app/coding) guide |
| `templates` | Starter flow templates browser | [Workflows](/docs/using-the-app/flows) template picker, or palette `templates` |
| `oem` | Brand & licensing (OEM entitlement) | Settings › Brand & licensing (when entitled) |
| `flow-editor` | Full-page flow editor | [Workflows](/docs/using-the-app/flows) — 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](/docs/using-the-app/runs-and-observability) (or Traces / Observability standalone) |
| `audit`, `break-glass` | [Access](/docs/using-the-app/governance) (Governance pillar) |

## Related screens

| Need | Go to |
|---|---|
| Owner surfaces (flows, agents, workspace) | [Using the App index](/docs/using-the-app) |
| Sandbox / egress policy detail | [Security](/docs/using-the-app/security) |
| MCP and egress editor | [Tools](/docs/using-the-app/tools) |
| Marketplace plugins | [Marketplace](/docs/using-the-app/templates-and-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`).
