BoostOS CLI
BoostOS is the developer control plane for AI coding agents. The CLI lets you checkpoint your workspace, orchestrate agents across branches, and context switch in under 10 seconds.
What the CLI does
- Checkpoint your full workspace — editors, terminals, dev servers, window positions, branch state.
- Orchestrate multiple AI coding agents (Claude Code, Codex, Cursor) across feature branches.
- Jump to any agent's running dev server to verify work.
- Switch back to any agent's terminal to steer or give feedback.
- Track agent status, branches, and tools from a single fleet dashboard.
Core commands
| Command | Description |
|---|---|
boost checkpoint | Snapshot your current workspace |
boost agent | Track and manage AI coding agents |
boost status | See all agents, branches, and statuses |
boost jump <agent> | Open an agent's dev server |
boost back <agent> | Return to an agent's terminal |
boost restore | Restore workspace for current branch |
boost auth ... | Sign in and manage your session |
boost account ... | Billing and subscription management |
Security model
The CLI signs in to your BoostOS account and calls secure backend services. You do not need to add model API keys to the CLI for normal use.