BusinessClawAI
Pricing
Sign InGet Started

Platform

  • AI Operating System
  • Agentic AI
  • Voice AI
  • Channels
  • WhatsApp Marketplace
  • CRM
  • Campaigns

For Business

  • For Entrepreneurs
  • Restaurant & QSR
  • Real Estate
  • Healthcare
  • E-commerce
  • Accounting Firms
  • All Industries

Company

  • About
  • Pricing
  • Blog
  • Contact
  • Investors
  • Partners

ContractClaw Sign

  • Product Page
  • Free Signature Tool
  • Document Templates
  • vs DocuSign
  • India E-Sign Guide
  • Blog

Legal

  • Privacy Policy
  • Terms of Service
  • Security
BusinessClaw AI

The AI Operating System for Business

© 2026 BusinessClaw AI. All rights reserved.

BusinessClaw AI uses artificial intelligence to generate content, recommendations, and automated actions. AI outputs may be inaccurate or incomplete. Always review AI-generated content before use. BusinessClaw AI is not liable for decisions made based on AI-generated content.

WhatsApp
Developers

System Architecture

Three services, one Channel Router, complete tenant isolation. Built on Google Cloud Run with Firestore and Pinecone.

Core Services

Gateway

FastAPI (Python)

API layer. 77 router files, 737+ endpoints. RBAC middleware, rate limiting, webhook handlers.

Orchestrator

Google ADK (Python)

Agent orchestration. Greeter/Closer/Admin agents. Session persistence, model routing, skill execution.

Dashboard

Next.js 15 (TypeScript)

Tenant UI. 146 pages. Server Components, Shadcn/UI, Firebase Auth.

Channel Router

Python (packages/channels)

Unified send/receive. 16 channels, 54 vendor adapters. Provider selection, fallback, cost tracking.

Multi-Tenant Isolation

Database

Every Firestore query scoped by tenant_id. Cross-tenant access impossible.

Vector Search

Pinecone namespace-per-tenant. Knowledge base completely isolated.

Agent Config

Per-tenant agents, skills, personality, LLM model selection.

Billing

Separate wallet, transactions, invoices per tenant. Atomic debits.

API Keys

Firebase Auth tokens carry tenant_id. RBAC middleware enforces on every request.

Voice

Concurrent call limits per plan. Distributed locking via Firestore.

Every test suite includes a cross-tenant access test — and asserts failure.

Tech Stack

Runtime

Python 3.12+ / Node 20

Database

Firestore (multi-region)

Vectors

Pinecone

Auth

Firebase Auth + Identity Platform

Hosting

Google Cloud Run

LLMs

OpenRouter (Claude/Gemini/GPT)

Payments

Razorpay

Async

Pub/Sub + Cloud Scheduler