Skip to main content

What is WhatsRB Cloud?

WhatsRB Cloud turns inbound WhatsApp messages into structured, actionable data your backend can execute — without building any AI yourself.
You define agents with a system prompt and constraints. WhatsRB handles the rest: message reception, batching, spam filtering, AI routing, structured extraction, conversation memory, and signed webhook delivery.

Quickstart

Create your first agent and receive a structured webhook in 5 minutes.

Agents Overview

Understand the full inbound pipeline — from message to webhook.

API Reference

Explore all REST endpoints with examples.

Python SDK

pip install whatsrb-cloud

Ruby SDK

gem install whatsrb_cloud

TypeScript SDK

npm install @whatsrb/cloud

How it works

1

Connect WhatsApp

Link your WhatsApp Business Account via OAuth or manual token. WhatsRB handles Meta’s API, tokens, and rate limits.
2

Create an agent

Define a system prompt, constrain the output with allowed actions and typed fields. The agent knows your domain — you control what it can return.
3

Receive structured webhooks

Every inbound message is processed by your agent and delivered as a signed webhook with predictable, typed actions your backend can safely parse.

Core capabilities

Who is it for?

WhatsRB is a horizontal platform — business-logic agnostic. You bring the domain, we bring the AI pipeline.
  • Hospitality — guest requests, room service, booking changes
  • Customer support — ticket creation, refund processing, escalation
  • Logistics & operations — dispatch, tracking, task management
  • Any domain — define your own agents, actions, and fields
Your backend stays in control. WhatsRB classifies and extracts — your systems execute.