Getting started

Introduction

BimpeAI lets you build AI agents that hold conversations with your customers across the channels they already use — WhatsApp, web chat, and telephony. Each agent is bound to a workflow that defines its behavior, and once connected to a channel, conversations are customer-driven and start when customers reach out.

Voice is configured in the Console dashboard — enable telephony on the Deploy screen, provision and link numbers under Team settings → Phone numbers, and set the voice and greeting under Settings → Voice — and voice conversations are surfaced through the API under the telephony channel.

SDKs and the Console API

There are two official client libraries:

  • TypeScript / Node.js@bimpeai/sdk
  • Pythonbimpeai

Both wrap the same underlying Console API, which you can call directly with any HTTP client when an SDK is not available.

Next steps

On this page