Install Cue CLI
Use the standard installer on the machine where your agent will run:Validate
After install:Connect Your Account
Run the setup flow:Non-Interactive Onboarding
Usecue onboard --non-interactive for automation, sandbox bootstrap, or any headless setup flow.
Example with a Cue API key plus a direct provider key:
cue setupis the interactive path.cue onboard --non-interactiveis the headless path.- Cue onboarding is workspace/account/provider oriented. It does not expose OpenClaw-style gateway or channel setup flags.
macOS and Linux Notes
- Open a new terminal after install so your shell picks up the updated
PATH. - If
nodeorcueis not found, verify your shell init files loaded correctly and rerun the validation commands. - On Linux, prefer a user-local Node setup if your machine has environment-specific restrictions.
Windows
Ifcue --version or cue -m doctor --json fails on macOS or Linux, check the notes above before opening an issue.