Skip to main content

Command Reference

Global usage

boost <command>

Agent orchestration

boost status                # Fleet dashboard — agents, branches, tools, status
boost checkpoint # Snapshot current workspace state
boost agent # List and manage tracked agents
boost jump <agent> # Open agent's dev server (routes to correct localhost port)
boost back <agent> # Switch to agent's terminal
boost restore # Restore workspace for current branch

Auth and account

boost auth login            # Sign in to BoostOS
boost auth logout # Sign out
boost auth status # Check auth state
boost account status # View billing and entitlements
boost account checkout # Start a checkout session
boost account manage # Open billing portal

Natural language

When input doesn't match a known command, the CLI sends the text to the local command daemon and executes the resolved command in your shell.

boost "open the auth feature branch"

Exit behavior

  • Auth status exits non-zero when unauthenticated.
  • Most command failures exit with code 1.
  • Resolved shell commands return their underlying process exit code.