AgentGridAgentGrid Docs
Reference

Spawn menu

Open AI agents, development tools, and workspace items from the canvas.

Press CmdNCtrlN or right-click empty canvas to open the spawn menu at the cursor.

AI Agents

The AI Agents section is generated from the harnesses enabled in Settings -> Agents.

  • The first three enabled harnesses receive Cmd1Ctrl1, Cmd2Ctrl2, and Cmd3Ctrl3 in that order.
  • Additional enabled harnesses appear in the Other agents flyout.
  • Reordering harnesses in Settings changes the first three shortcuts, and the menu shows the current mapping.
  • If a CLI is missing, the menu opens its in-app install guidance instead of creating a broken pane. Login actions are available from Settings -> Agents and the usage popover.

Supported harnesses are Claude Code, Codex, OpenCode, Antigravity, Cursor, Devin, Grok, Kimi, and Pi. See Coding harnesses for capability differences.

Development tools and workspace items

ShortcutItemWhat it opens
Cmd4Ctrl4TerminalA plain PTY shell.
Cmd5Ctrl5Code EditorAn embedded VS Code instance.
Cmd6Ctrl6Source ControlA Git pane. Also available with CtrlShiftGCtrlShiftG.
Cmd7Ctrl7BrowserA Chromium webview pane.
Cmd8Ctrl8NoteA markdown note with dictation.
Cmd9Ctrl9TitleA decorative section heading.
Cmd0Ctrl0Insert Media...A picker that creates image or video panes.

Sessions

Sessions -> Resume Claude opens a picker of recoverable Claude sessions in the active space's project folder and attaches the selected session as a new Claude pane.

Workers use the master's session tools instead: list_recoverable_sessions searches installed harnesses, and resume_worker reconnects the selected worker session.

Other ways panes appear

  • Drop an image or video on the canvas to create a media pane.
  • Drop a folder on the canvas to set the space's project folder.
  • A master can create workers, terminals, and browsers through AgentGrid's MCP tools.
  • Keyboard shortcuts - the full shortcut reference.
  • Panes - selection, rename, delete, and restore behavior.
  • Roles - the worker roles masters can spawn.

On this page