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.
Your AgentLiveAn 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.
Upload your docs, train it, and give it a personality. This becomes the single brain behind everything.
Link a messaging app, embed it on your site, or call it from your own code — in a few clicks.
People message you where they already are. Your agent answers instantly, around the clock.
Connect your agent to the messaging platforms your audience uses every day. Pick one to see how a real conversation looks.
Connect a WhatsApp Business number and your agent replies to every message instantly — answering questions, qualifying leads and booking appointments around the clock.

Prefer to wire your agent into your own product? Hit the REST API directly with a single key and get answers back as JSON.
Generate a key from your dashboard and authenticate every request with a bearer token.
Send a message, get the agent's reply plus its sources. Stream responses token-by-token if you like.
Pass a session ID to keep context across messages, exactly like the hosted channels do.
Every parameter, error code and webhook documented — for the people who do read the docs.
# 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
}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.