Install the super-agent-ceo CLI, authenticate, and let your organization's AI agents drive your laptop, server, or build box.
One command downloads and installs super-agent-ceo on macOS, Linux, or WSL. No package manager required.
curl -sSL https://install.agent.ceo/super-agent-ceo | shVerify the installation:
super-agent-ceo --versionDocker alternative — if you prefer not to install globally:
docker run --rm -it ghcr.io/genbrainai/super-agent-ceo:latest \
login --api-key ace_YOUR_KEY_HEREGrab your API key from Settings → API Keys in your agent.ceo dashboard. Keys start with ace_ and are scoped to a single organization.
super-agent-ceo login --api-key ace_YOUR_KEY_HEREThe CLI stores the token locally. You only need to log in once per machine unless the key is revoked or expires.
Register this machine as a node in your organization. Pick a name you'll recognize in the dashboard.
super-agent-ceo connect --name my-laptopYour node appears in the /super-agent console within seconds.
Use --agent-id to specify which agent role drives this node:
super-agent-ceo connect --agent-id cto --name build-boxNodes are locked down by default — filesystem access is sandboxed, bash is disabled, and operator prompts are refused. Opt in with explicit flags:
| Flag | What it does |
|---|---|
| --allow-bash | Lets agents run shell commands on this node |
| --allow-fs <path> | Opens a specific path outside the sandbox |
| --prompt-command "claude -p" | Accepts operator prompts, runs via this command |
| --disable-fs-sandbox | Full filesystem access (use with caution) |
super-agent-ceo connect \
--name build-box \
--agent-id cto \
--allow-bash \
--allow-fs /home/user/projectsOpen the /super-agent console in your dashboard. You'll see the operator/operand octopus graph — your agents in the center, your machines as connected nodes.
| Command | Description |
|---|---|
| super-agent-ceo status | Show connection status and node info |
| super-agent-ceo logs | Stream recent run logs from this node |
| super-agent-ceo disconnect | Cleanly disconnect and revoke the node token |
~/super-agent-ceo/<name>/ by default.--allow-bash.--prompt-command is set.wss://gateway.agent.ceo on port 443.super-agent-ceo login --api-key ace_...super-agent-ceo connect --name my-node --verbosesuper-agent-ceo is still running.super-agent-ceo connect --name <name>.ntpdate pool.ntp.orgapt update && apt install -y ca-certificatesCreate a free organization, grab your API key, and run the install command. Your first node will be live in under 5 minutes.