Docs

Talk to Your Agents ยท 03.06

The Command Palette

Cmd+K search and execute across apps, workflows, agents, gateways, runs, approvals, extensions, and conversations.

Command paletteProductivity

One search box, eight entity types

CommandIndex answers a free-text query with the union of apps, workflows, agents, gateways, runs, approvals, extensions, and conversations that match, ranked by a relevance heuristic and capped to a result limit. It's the fastest way to get anywhere in the platform without knowing which section of the sidebar something lives in.

Execute re-checks ownership, not just existence

Selecting a result calls POST /command/execute with the entity's type and id. Before resolving to a navigation target, it re-verifies the entity actually belongs to the requesting workspace โ€” a search index hit from a stale cache can't be used to navigate into another workspace's app or run. A mismatch throws RESOURCE_NOT_FOUND rather than silently redirecting.

Continue