Documentation Index
Fetch the complete documentation index at: https://docs.whatsable.app/llms.txt
Use this file to discover all available pages before exploring further.
Choose an installation path
- Install via AgentSkills CLI (recommended)
- Manual clone (scripts only)
If your agent supports the AgentSkills ecosystem, install directly from the repository:
Set required environment variables
You need:NOTIFYER_API_BASE_URLNOTIFYER_API_TOKEN(JWT fromsetup-notifyer/scripts/login.js)
Log in and capture a token
authToken. Export it:
Run a pre-flight health check
Before running any automation or chat script, validate the account is in a healthy state.doctor.js validates, in one command:
- Base URL is set and HTTPS
- Token is valid (
/auth/me) - WhatsApp connection is usable (
isConnected+ degraded detection) - Subscription is in an allowed state
Verify identity + WhatsApp connection
Next steps (pick your goal)
- Workspace setup & infra:
setup-notifyer - Automation primitives:
automate-notifyer - Live chat ops:
chat-notifyer