Skip to content

CLI Commands

Commands

Terminal window
# start the agent
atomic-agent
# launch the terminal UI, scoped to a working directory
atomic-agent tui --cwd /path/to/work

Install

Terminal window
curl -fsSL https://api.atomicbot.ai/agent-install | sh

Slash commands (in the TUI)

CommandAction
/helpList all slash commands
/sessionsSwitch to a previous thread
/newStart a fresh session
/runRun dashboard
/observeObserve dashboard
/manageManage dashboard

Keyboard shortcuts

KeyAction
EnterSubmit message to the agent
Alt+EnterNew line
TabToggle sidebar
Ctrl+C ×2Quit (once aborts a running turn)