Integrations

Your agent, everywhere your customers already are.

Build and train your AI agent once. Then connect it to WhatsApp, Telegram, Messenger, Instagram, your website, or any app through our API — in a few clicks, no code needed.

Live in minutes No code required One agent, every channel
Your AgentYour AgentLive
WhatsApp
Telegram
Messenger
Instagram
Website
API
The big picture

One brain. Every channel.

An integration simply connects your trained agent to a place where people talk to you. The knowledge stays in one place — you just choose where it shows up.

01

Build your agent

Upload your docs, train it, and give it a personality. This becomes the single brain behind everything.

PDF Excel Website
02

Connect a channel

Link a messaging app, embed it on your site, or call it from your own code — in a few clicks.

03

Customers chat

People message you where they already are. Your agent answers instantly, around the clock.

Are you open today?Yes — until 6pm! 🎉
Messaging channels

Meet customers in their favorite apps.

Connect your agent to the messaging platforms your audience uses every day. Pick one to see how a real conversation looks.

WhatsApp

Turn WhatsApp into a 24/7 support line

Connect a WhatsApp Business number and your agent replies to every message instantly — answering questions, qualifying leads and booking appointments around the clock.

  • Business API or number paste your token and connect in one click.
  • Rich replies send text, links and quick answers from your knowledge base.
  • Human handoff jump into any chat from your dashboard when needed.
Get started
9:41
Aria
online · replies instantly
CustomerHi, are you open on weekends?
Aria · AIYes! We’re open Sat & Sun, 10am–6pm. Anything I can help you book?
Can I get a haircut Saturday at 2?
Saturday 2:00pm is free ✅ Want me to reserve it for you?
Your website

Add a chat bubble to your site in two lines.

Drop the snippet into your site and a chat launcher appears in the corner — or embed the full chat right inside a page. No framework, no backend.

yourcompany.com
Aria

Hi! How can I help you today?

Ask me anything! I'm here to help answer your questions.

Type your message…
Powered by Mind-e

The widget adds a launcher button to the corner of every page — paste the snippet once, just before your page’s closing body tag:

index.html
<!-- Mind-e Chat Widget -->
<script>
  window.mindeConfig = {
    agentId: 'agt_8f3c21a90'
  };
</script>
<script src="https://widget.mind-e.ai/widget.js" defer></script>
Match your brand color Mobile-friendly
For developers

Or build something completely custom.

Prefer to wire your agent into your own product? Hit the REST API directly with a single key and get answers back as JSON.

One API key

Generate a key from your dashboard and authenticate every request with a bearer token.

Simple endpoints

Send a message, get the agent's reply plus its sources. Stream responses token-by-token if you like.

Sessions & history

Pass a session ID to keep context across messages, exactly like the hosted channels do.

Full docs for the nerds

Every parameter, error code and webhook documented — for the people who do read the docs.

Read API docs
terminal — curl
# Ask your agent a question
curl https://api.mind-e.ai/v1/chat \
  -H "Authorization: Bearer sk_live_••••" \
  -H "Content-Type: application/json" \
  -d '{
    "agent_id": "agt_8f3c21a90",
    "session_id": "user_4821",
    "message": "What is your refund window?"
  }'

# → Response
{
  "reply": "You can request a refund within 30 days.",
  "sources": ["refund-policy.pdf"],
  "tokens": 42
}
Good to know

Integration questions, answered.

Not at all. Connecting WhatsApp, Telegram, Messenger, Instagram or your website is done entirely from your dashboard — you click a channel, paste a token or copy a snippet, and you’re live. The API is there only if you want a fully custom build.

Yes — that’s the whole point. You build and train the agent once, then connect it to as many channels as you like. The knowledge and personality stay identical everywhere, and all conversations flow into one shared inbox.

Every message from every channel lands in your Mind-e dashboard with full chat history, analytics and the option to jump in and reply as a human whenever you want.

A few minutes. The longest part is usually grabbing a bot token from the messaging platform — the connection itself inside Mind-e is a single click once you paste it.

Yes. You can set the brand color, the agent’s name and avatar, and the welcome message so the chat feels native to your site.

Changes apply everywhere instantly. Because every channel points to the same agent, re-training or adding a new document updates all your connected channels at once — no need to reconnect anything.