Getting started
Introduction
BimpeAI lets you build AI agents that hold conversations with your customers across the channels they already use — WhatsApp, web chat, Instagram, and Messenger. Each agent is bound to a workflow that defines its behavior, and once connected to a channel, conversations start when customers reach out.
Voice is also supported and is configured in the Console dashboard; the API does not expose a voice channel endpoint.
SDKs and the Console API
There are two official client libraries:
- TypeScript / Node.js —
@bimpeai/sdk - Python —
bimpeai
Both wrap the same underlying Console API, which you can call directly with any HTTP client when an SDK is not available.