Configuration

AI CLI setup

Install and configure one of Claude Code, Codex, or Gemini CLI. Sales Claw drives the chosen CLI through Sales Claw's adapter layer.

Claude Code (recommended for copy quality)

bash
# install
npm i -g @anthropic-ai/claude-code

# login
claude login

# sanity check
claude --version

Codex (best cost/perf at scale)

bash
# install
npm i -g @openai/codex-cli

# set API key
export OPENAI_API_KEY=sk-...

# sanity check
codex --version

Gemini CLI (best if you live in Google)

bash
# install
npm i -g @google/gemini-cli

# login (uses Google identity)
gemini auth login

# sanity check
gemini --version

Wire one to Sales Claw

Open Settings → AI CLI in the app, pick the primary CLI, and verify with the "Test connection" button. Per-task overrides are also possible — see Configuration reference.

Switching CLIs

Switch any time from the Settings tab. Sales Claw is intentionally vendor-neutral — no lock-in.