~/outputs/.
Start a run
- Runs on different workspaces execute in parallel; runs on the same session key serialize (one live session per workspace).
--sessionselects the workspace: same key means the conversation continues — the transcript is resumed from the volume. No key means a fresh anonymous workspace (72h TTL).
Check on a run
status shows run, agent, status, model, effort, PR, summary, and error. list supports filtering with --status (e.g. queued, running, completed, failed).
You can also watch or steer a live run from its session timeline in the dashboard (run page → Open Session Timeline).
Run statuses
Continue a run
--model, --effort, --size, and --timeout overrides.
Outputs
When the final turn ends, the run completes and the VM is gone. Deliverables:- Summary — shown in
run statusand on the run page. - Files — anything the agent staged in
~/outputs/is snapshotted onto the run at finalize. Every VM boots with~/outputs/created and the convention written into the agent’s platform instructions, so agents stage user-facing files there without being told. - Messages — anything sent via
send_messagelands in the agent’s Inbox and your configured channels.