Skip to main content

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 with npx — no install step, always the latest version. Requires Node.js 18+.

Step 2: Authentication

Get your service token from SuprSend Dashboard → Account SettingsService 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
export SUPRSEND_SERVICE_TOKEN="your_service_token_here"
Passing service token as a command flag
npx suprsend start-mcp-server --service-token "your_service_token_here"
Passing tokens as flags may expose them in shell history. Environment variables are preferred for anything persistent.

Step 3: Enable Autocompletion (Optional)

Enable autocompletion to get command and flag suggestions with Tab and prevent typos.

You’re all set!

You can start using the CLI now:
npx suprsend workflow list