Install
Install
Install the CLI, authenticate with an app-issued token, and verify the active organization before running lead or sync commands.
Install the CLI
Use the current package manager for your workspace and pin the CLI version in automation when repeatability matters.
npm install -g salesprompter-cli
salesprompter --versionAuthenticate
Generate a token from the signed-in app session and verify the organization context immediately after login.
salesprompter auth:login --token "$SALESPROMPTER_TOKEN" --api-url "https://salesprompter.ai"
salesprompter auth:whoami --verify