Skip to main content

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

CommandDescription
boost checkpointSnapshot your current workspace
boost agentTrack and manage AI coding agents
boost statusSee all agents, branches, and statuses
boost jump <agent>Open an agent's dev server
boost back <agent>Return to an agent's terminal
boost restoreRestore 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.