Execution layer
CLI
`salesprompter-cli` is a JSON-first command-line interface for practical sales workflows. It is the shared execution layer for both humans and agents.
What it does
The CLI authenticates against the app, defines ICPs, resolves accounts, generates or looks up leads, enriches and scores them, and syncs them into downstream systems.
- Authenticate against the Salesprompter app
- Define ICPs
- Generate or look up leads
- Enrich and score leads
- Sync to CRM and outreach targets
Global flags
The CLI is optimized for both terminals and automation runners.
- `--json` emits compact machine-readable JSON
- `--quiet` suppresses successful stdout payloads
- Dry-run-first semantics are the default for risky writes
Current login path
Production auth is token-based today. Device-flow auth is not yet exposed by the Salesprompter app.
salesprompter auth:login --token "$SALESPROMPTER_TOKEN" --api-url "https://salesprompter.ai"
salesprompter auth:whoami --verify
salesprompter auth:logout