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

Quick Start

From zero to your first AI-powered WhatsApp message in 5 minutes.

1

Create Your Account

# Sign up at app.businessclawai.com
# You'll get:
# - tenant_id (your unique ID)
# - Firebase auth credentials
# - Free tier: 500 requests/day
2

Connect WhatsApp

# In Dashboard → Channels → WhatsApp → Connect
# Choose a BSP (Meta Cloud API recommended for start)
# Complete embedded signup (5 minutes)
# Your WhatsApp Business number is now live
3

Configure Your AI Agent

curl -X PUT https://api.businessclawai.com/api/v1/agents/greeter \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -d '{
    "name": "greeter",
    "instruction": "You are a helpful assistant for my restaurant...",
    "greeting": "Hi! Welcome to Spice Garden. How can I help?",
    "skills": ["faq_responder", "lead_capture", "appointment_booking"]
  }'
4

Send Your First Message

curl -X POST https://api.businessclawai.com/v1/send \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "channel": "whatsapp",
    "to": "+91XXXXXXXXXX",
    "message": "Hello from my AI agent! 🎉"
  }'

# Response: { "status": "sent", "message_id": "msg_..." }
5

Handle Incoming Webhooks

# Configure webhook URL in Dashboard → Settings → Webhooks
# POST https://your-server.com/webhook/businessclaw
#
# Incoming payload:
# {
#   "event": "message.received",
#   "channel": "whatsapp",
#   "from": "+91XXXXXXXXXX",
#   "message": "I want to book a table",
#   "tenant_id": "your_tenant",
#   "agent_response": "Sure! For how many guests?..."
# }

You're live! 🎉

Your AI agent is now handling WhatsApp conversations. Next steps:

Add more channels (Voice, SMS, Email)
Configure CRM pipeline
Set up campaigns
Explore the full API reference
Create Free Account