Use cases

Use cases

BimpeAI ships two ways to build agents, and it matters which track you are on before you open a recipe.

Build tracks

Builder Track uses the no-code Agent Builder and Agent Library in the Console dashboard. You drag workflow templates into place, connect channels, and go live without writing any code. If that is your path, open the Console dashboard and select Agent Builder from the sidebar.

Developer Track uses the Console API directly — via the TypeScript SDK (@bimpeai/sdk), the Python SDK (bimpeai), or raw HTTP. Every recipe in this section is written for the Developer Track. The API gives you programmatic control over agent creation, knowledge bases, and conversations, while channel connections and voice phone numbers are still configured in the dashboard.

How to read a recipe

Each recipe page follows the same structure. A metadata header at the top shows the difficulty, the relevant channels, and any third-party integrations involved. The body walks through the full implementation: finding the right workflow, creating an agent, attaching a knowledge base, and sending or streaming messages. Every recipe links back to Anatomy of a workflow agent, which covers the shared patterns in detail — read that first if this is your first recipe.

Links in the index below point to pages that may not exist yet; they will resolve as recipes are published.

Recipe index

Retail & E-commerce

Food & Beverage

Hospitality & Travel

Professional Services & Bookings

Financial Services & Voice

Customer Support & Operations

Payments & Checkout

On this page