The Zapster CLI (Documentation Index
Fetch the complete documentation index at: https://developer.zapsterapi.com/llms.txt
Use this file to discover all available pages before exploring further.
zapsterapi) is a thin wrapper around our REST API. It exists for two cases where the dashboard gets in the way:
- AI agents running shell commands (Claude Code, Codex, OpenClaw): paste a prompt, the agent installs and configures, and you’re sending messages in seconds.
- CI pipelines that need to fire messages, list instances, or validate tokens without opening a browser.
Agent Quickstart
Paste a prompt into Claude Code / Codex and the agent installs and configures everything.
Reference (pt-BR)
Full reference and examples in Portuguese.
v1 commands
| Command | Purpose |
|---|---|
zapsterapi auth login | Save a token to ~/.zapsterapi/credentials. |
zapsterapi auth logout | Remove the active profile’s credentials. |
zapsterapi auth whoami | Verify the active token. |
zapsterapi instance list | List instances. |
zapsterapi message send | Send a text message. |
zapsterapi recipient fetch | Check if a number exists on WhatsApp. |