SalesprompterSalesprompter Docs
Start Here

Install

Install Salesprompter with one command, run setup, and verify the CLI is ready.

The fastest install path is:

curl -fsSL https://docs.salesprompter.ai/install.sh | bash

That script:

  • checks for Node.js
  • installs or upgrades salesprompter-cli
  • verifies the binary is available
  • points you at the next command to run

First run

After install:

salesprompter setup
salesprompter doctor

If you prefer to install with npm directly:

npm i -g salesprompter-cli
salesprompter --help

If you prefer to run without a global install:

npx -y salesprompter-cli@latest
salesprompter auth:login
salesprompter auth:whoami --verify
salesprompter wizard

Optional capabilities

See the included capability packs:

salesprompter packs:list
salesprompter packs:add contacts

Troubleshooting

If the install succeeds but the CLI still is not ready:

salesprompter doctor

Then use Common Problems for the recovery path.