Documentation Index
Fetch the complete documentation index at: https://docs.suprsend.com/llms.txt
Use this file to discover all available pages before exploring further.
If you install a binary (Homebrew, GitHub Releases, or source build), we recommend verifying the CLI signature to confirm the binary was built by SuprSend and has not been modified in transit. See Verify CLI Signature. Signature verification isn’t needed when you run via
npx — npm registry integrity checks handle that for you.Step 1: Run the CLI
The fastest way to use the SuprSend CLI is withnpx — no install step, always the latest version. Requires Node.js 18+.
- npx (Recommended)
- Homebrew
- Binary Releases
- Source Build
Zero-install. Works on macOS, Linux, and Windows.Every invocation uses the latest published CLI. Run any command the same way:
Step 2: Authentication
Get your service token from SuprSend Dashboard → Account Settings → Service Tokens. Set it as an environment variable so all CLI commands can use it automatically, or — if you’re using the CLI to start the MCP server — pass it as a command flag in your MCP tool setting:Setting as Environment Variable
Passing service token as a command flag
Passing tokens as flags may expose them in shell history. Environment variables are preferred for anything persistent.