Shopping cart
Your cart empty!
// WhatsApp Agent Platform
Bot Studio, operator inbox, flow builder with AI-generate, RAG knowledge base, real integrations — the full stack that ships agents executing real actions on WhatsApp. The same engine drives every bespoke engagement.
Bot Studio
Six steps from picking a vertical template to publishing the bot on WhatsApp. Every screen is built so a non-technical operator can ship without writing prompts.
01
Pick a vertical template — medical, food, commerce. Each ships preloaded with intent classifiers, vertical tools, and a baseline knowledge base.
02
A guided wizard captures the essentials: business hours, professionals, menu, catalog. Self-serve or initialized by a Vibranty operator.
03
The platform generates the first draft — system prompt, knowledge ingestion, flow graph. Editable in plain natural language: "after booking, also send a 24h reminder."
04
Chat with the draft in a sandboxed environment. See every tool call, retrieval, and confidence score side-by-side with the conversation.
05
Generate a `/preview/<token>` URL or a QR to a sandbox WhatsApp number. The client browses the bot with their own branding — not Vibranty’s — before publishing.
06
One click promotes the draft to production against the client’s real WhatsApp number. The previous version is versioned, not overwritten — rollback is instant.
Operator inbox
A real-time inbox for Vibranty operators. The bot owns most conversations end-to-end; the inbox is where humans take over when the bot pauses or the customer explicitly asks for a person.
Flow builder
The bot runs in free-form LLM + RAG mode by default. An intent classifier routes critical-action intents — book, order, capture payment, escalate — into deterministic rail flows. You describe the flow in natural language; the builder compiles it into an editable graph.
AI-generate flow
"After a customer asks for an appointment, ask for the speciality, then check the calendar for the next three slots, then confirm." → editable flow graph.
Bot sends a message and captures the customer’s reply into a typed variable. Validation rules live next to the prompt.
Invokes a real integration — calendar, CRM, payment, internal API. Inputs and outputs are typed; failures route to a fallback branch.
Routes the conversation by intent, variable value, or tool result. Default branches are always defined; no silent dead-ends.
Falls back to free-form LLM + RAG with a handoff trigger after N low-confidence turns or on explicit customer request.
Knowledge base + RAG
Upload PDFs, DOCX, sheets, URLs, or hand-author Q&A. Every source is chunked, embedded, indexed, and retrieved with a reranker before the bot answers. Citations are stored per turn so an operator can audit any reply.
Ingest
PDF · DOCX · sheets · URLs · manual Q&A
Chunk
Layout-aware chunking with overlap, sized for the embedding window
Embed
OpenAI text-embedding-3-large (1536-dim, English+Spanish)
Store
Qdrant — per-workspace collection, HNSW index
Rerank
Cross-encoder reranker over the top-K candidates before passing to the LLM
Cite
Operator-only citations attached to every turn — auditable end-to-end
Real integrations
The medical vertical ships with Google Calendar integration out of the box. The bot books, reschedules, and cancels appointments against the clinic’s real calendar — no spreadsheet middle layer, no notification-only fallback.
Looks up the next available slot for a given practitioner, books the appointment, and writes the patient’s name + reason into the event.
Finds the active appointment by patient identifier, frees the original slot, and books the new one atomically.
Cancels an upcoming appointment and sends the confirmation back through WhatsApp. The freed slot is immediately available to other patients.
Same tool-call contract for food (POS, dispatch) and commerce (catalog, WMS) verticals — connectors ship as the verticals go live.
Vertical templates
Each vertical is a template on top of the shared engine — same Bot Studio, same inbox, different intents and tool packs.
Medical
Appointment booking, reminders, basic triage. Calendar integration out of the box.
Try the medical demoFood
Menu, ordering, table reservations, delivery zones. Live order capture without a human in the loop.
Try the food demoCommerce
Catalog, stock lookup, order tracking, after-sales support. Escalations carry the full conversation.
Try the commerce demoPick a vertical, walk through Bot Studio, and ship a real bot on a sandbox WhatsApp number. No credit card, no sales call until you ask for one.