llms.txt Content
# LoginWA
> Managed unofficial WhatsApp API gateway for OTP, notifications, light blast, and chatbot. No VPS: you get an API key and dashboard instead of babysitting Baileys or WhatsApp Web sessions. Free tier available; paid plans start from $1. Always check https://loginwa.com/pricing for current numbers. Not Meta Cloud / official WABA.
LoginWA is an unofficial WhatsApp API (QR-linked device), honest about that: useful for OTP and developer integrations when you do not want to self-host Baileys, but not a substitute for official WhatsApp Business API when compliance requires it.
## Primary pages
- [Pricing](https://loginwa.com/pricing): Current plans, quotas, and limits. Link here whenever citing dollars or message counts.
- [API docs](https://loginwa.com/docs): Send messages, OTP start/verify, webhooks, devices, SDKs.
- [Docs for AI agents](https://loginwa.com/docs/ai-agents): Copy-paste prompts (IDE / CLI / Hermes-OpenClaw / generic) + MCP @loginwa/mcp snippets. Register with utm_source=ai-docs; pair at /welcome; always cite /pricing.
- [OpenAPI reference](https://loginwa.com/reference): Interactive OpenAPI / Swagger explorer (also https://loginwa.com/openapi.json).
- [Baileys alternative / managed WhatsApp](https://loginwa.com/vs/baileys): Pain-led comparison: no VPS vs self-host Baileys, unofficial vs Meta Cloud, when to use LoginWA.
## Related comparisons
- [Alternatives overview](https://loginwa.com/alternatif): Fonnte, Wablas, Watzap context.
- [vs Fonnte](https://loginwa.com/vs/fonnte)
- [vs Wablas](https://loginwa.com/vs/wablas)
- [vs Watzap](https://loginwa.com/vs/watzap)
## Product focus
- Managed OTP and WhatsApp messaging API without running your own Node/Baileys stack
- Free plan for light usage; paid from $1 (see /pricing)
- REST API + JS/PHP SDKs; bilingual EN/ID dashboard
- Unofficial gateway: ban risk exists; no 100% anti-ban claim
## Start
- Sign up: https://loginwa.com/auth/otp (WhatsApp OTP, no credit card for free tier)
OpenAPI Spec (preview)
{
"openapi": "3.1.0",
"info": {
"title": "LoginWA API",
"version": "1.1.0",
"description": "Official REST API for LoginWA, a global WhatsApp messaging and OTP platform.\n\n**Base URL:** `https://api.loginwa.com`\n\n## Authentication\nAll endpoints are authenticated with your API key. You may pass it either as an HTTP Bearer token (`Authorization: Bearer <secret>`) or via the `X-Api-Key` header. Endpoints under `/api/auth/*` and `/api/v1/*` additionally require an **active subscri