Creating a workspace in the wizard

A workspace is a self-contained environment for one project: its own working folder, its own pane layout, and its own set of agents. Close it and reopen - everything is in place. The wizard builds such a workspace in two steps.

Open the wizard

Launch pilotry and press Ctrl+N to open the new-workspace wizard.

Step 1 - folder and layout

Click Next.

Step 2 - an agent per pane

On top - an overview of the layout: the number on a pane matches the row number below. In each row pick the pane’s content: Shell or an agent (Claude Code, Codex, Gemini, opencode). Agent panes accept extra flags, e.g. --model opus; the terminal icon on the right switches the shell.

To avoid rebuilding the layout every time, save the “folder + layout + agents” combo as a preset (without the folder - a preset works in any). Next time a single click on step one is enough.

Done

Click Launch and the workspace opens with the chosen layout, each pane spawning its agent. A status ring appears around every pane: you can see who is ready, who awaits input, and who is still working.

Faster from the terminal

You can open a folder as a workspace without the wizard:

pilotry open ./api

Calling it again will not duplicate - it switches to the workspace that is already open.