ENTERPRISE WHATSAPP AI ORCHESTRATION PLATFORM

Automate Customer Support with
Intelligent WhatsApp AI Bots

Empower your team to pair WhatsApp lines via Waxum REST gateway, inject live custom skill rules on-the-fly, analyze vision images, and route per-device webhooks seamlessly.

Create Free AccountPayload Admin CMS
WPBot Live Orchestration Engine
WAXUM API CONNECTED
Sales & Support Phone Line
+880 1770 440969 (Waxum Gateway)
👤 Customer (+8801700112233)
Hi! What is your return policy for damaged items?
AI Assistant (Skill Rules Loaded)
Hello! We offer a full 30-day money-back guarantee for damaged items. Would you like me to initiate a return request for you?
POST /api/whatsapp/webhook
200 OK
// Real-time Event Stream 1. Event: message.created 2. Session: sales-phone-01 3. Skill Injected: [Refund Policy] 4. Model Response Time: 420ms 5. Status: Reply sent successfully via Waxum
Latency: 420ms
Status: Active
99.9%
Waxum Gateway Availability
< 1.2s
AI Response Latency
Multi-Tenant
Row-Level Access Security
Multimodal
Text & Vision AI Engine

Deploy WhatsApp AI Bots in 3 Simple Steps

Start automating WhatsApp customer service lines without writing complicated backend infrastructure.

1

Register & Connect Device

Enter your session ID name and pair your WhatsApp phone line by scanning the Waxum QR code from your dashboard.

2

Define Persona & Skill Rules

Configure your bot persona prompt and attach dynamic skill rules (knowledge base, FAQ guidelines) injected into AI model context.

3

Automate & Stream Logs

Incoming WhatsApp messages trigger instant AI auto-replies while execution histories stream into your live conversation logs.

Built for Modern Developers & SaaS Platforms

Powered by Payload CMS 3.0, Next.js, and Waxum REST API Gateway.

Waxum WhatsApp Gateway

Connect multiple WhatsApp phone numbers per user account with instant QR code pairing, device session management, and automated connection rebuilds.

Dynamic Bot Skill Files

Attach dynamic skills (Knowledge base, FAQ rules, Persona extensions, Guardrails) to any bot on-the-fly without restarting the system.

Per-Device Webhook Router

Every connected device gets an auto-generated webhook endpoint (/api/whatsapp/webhook/[sessionId]) plus custom user webhook forwarding options.

Text & Vision AI Engine

Integrates directly with OpenAI-compatible AI model endpoints supporting image vision analysis, custom temperature, and token controls.

Multi-Tenant Isolation

Built-in account registration, JWT session authentication, and row-level access control (isOwnerOrAdmin) ensuring user data privacy.

Live Chat Logs & History

Track incoming messages, bot responses, contact JIDs, and execution history in real-time right from your user dashboard.

.env & Architecture Overview

📄 Defined Environment Variables (.env)

DATABASE_URL=mongodb://... PAYLOAD_SECRET=... # Waxum REST API Gateway Config WAXUM_API_URL=https://waxum.v1.securedsoft.cloud WAXUM_API_TOKEN=fr0omcvcwbpj1... # WhatsApp AI Model Integration Config WHATSAPP_MODEL_ENDPOINT=https://airoute.v1.securedsoft.cloud/v1/chat/completions WHATSAPP_MODEL_API_KEY=sk-9f01f14fadbaf47a... WHATSAPP_MODEL_NAME=whatsapp WHATSAPP_MODEL_TEMPERATURE=0.7 WHATSAPP_MODEL_MAX_TOKENS=1000

âš¡ Dynamic Route Architecture

// Dynamic Device Webhook Route POST /api/whatsapp/webhook/[sessionId] // Real-Time Session QR & Status GET /api/whatsapp/session/[sessionId]/qr POST /api/whatsapp/session/[sessionId]/qr DELETE /api/whatsapp/session/[sessionId]/qr // User Dashboard Routes GET /dashboard/devices GET /dashboard/bots GET /dashboard/skills GET /dashboard/logs

© 2026 WPBot Multi-Tenant SaaS Platform. Powered by Payload CMS 3.0 & Next.js.