Skip to main content
Pick the tool that fits your stack and ship.
npm install -g @keebai/cli
keebai login
keebai whatsapp messages send --to +15551234567 --text "Hello from Keebai"

Start here

Quickstart

Get a token and send your first message in five minutes.

Get an API key

Create, list, and rotate Personal Access Tokens from the dashboard or the CLI.

Pick your tool

TypeScript SDK

@keebai/sdk — typed client for Node, edge runtimes, and browsers.

CLI

@keebai/cli — login, connect channels, send messages from your shell.

Agent Skills

Drop-in skill for Claude Code, Cursor, Codex, and other AI agents.

What you can do

Messaging

Send WhatsApp text, media, interactive messages, templates, and broadcasts.

Knowledge

Manage the knowledge base your AI assistants read from.

Webhooks

Receive signed events for messages, conversations, and channels.

Scheduling

Branches, services, professionals, availability, and appointments.

Templates

CRUD over Meta-approved WhatsApp templates.

Channels

Connect and inspect WhatsApp Business channels.

One header, everywhere

Every call uses a Personal Access Token as a Bearer:
curl https://api.keebai.com/v1/me \
  -H "Authorization: Bearer kbai_pk_<hex64>"
Get a token from the dashboard under System Settings → API Keys, or run keebai login from the CLI. More in Get an API key.

Help

Email support

Questions, bugs, feature requests — we answer fast.

API status

Health check endpoint.