Enterprise-grade multi-user RAG platform with Web, WhatsApp, and powerful AI agents.
One knowledge base. Three ways to access it.
Full-featured workspace with document management, collections, live chat, knowledge graph, and admin controls — all in one place.
Open workspaceDrop a chat widget into any website or call the REST API from your own stack. Same knowledge, same answers.
<script>
window.BotforBizzChatConfig = {
apiKey: "sk-...",
apiUrl: "/api/chat",
botName: "Assistant"
};
</script>
<script src="/users/static/chat-widget.js"></script>
useEffect(() => {
window.BotforBizzChatConfig = {
apiKey: process.env
.REACT_APP_KEY,
apiUrl: "/api/chat"
};
}, []);
curl -X POST /api/chat \
-H "X-API-Key: sk-..." \
-H "Content-Type: application/json" \
-d '{"message":"Hello"}'
Your entire knowledge base available on WhatsApp. Employees and customers get the same accurate answers — zero extra training required.
Designed for real business impact
Centralized, secure, and intelligent access to all your company documents, policies, and research.
Same powerful assistant available on Web and WhatsApp with full context awareness.
Complete data isolation with shared admin capabilities across organizations.
Advanced hybrid retrieval with reranking, multi-query, and relationship understanding.
Connect to databases, CRMs, and tools. Coming soon.
Production-ready API with rate limiting and enterprise security.
Join the next generation of intelligent document workflows.