Mesachat Documentation
Mesachat is an AI bot platform that provides intelligent chat responses, web scraping capabilities, and various utility commands — all managed through a modern web interface.
What is Mesachat?
Mesachat connects AI-powered agents to your communication channels. Whether you use Telegram, Email, or the built-in web interface, Mesachat provides:
- AI Conversations — Multi-model support (OpenAI, Anthropic, Google) with context-aware responses
- Multi-Channel Support — Telegram, Email, and more coming soon
- Bot Builder — Create and configure bots without writing code
- Multi-Tenant Architecture — Isolated workspaces for teams and organizations
- API Access — Full REST API for programmatic control
Quick Navigation
| Section | Description |
|---|---|
| Quick Start | Get up and running in under 5 minutes |
| Key Concepts | Understand tenants, bots, agents, and channels |
| Web App Guide | Complete guide to the Mesachat web interface |
| Enterprise | Multi-tenant, SSO, and admin features |
| API Reference | REST API documentation |
How It Works
graph LR
A[User Message] --> B[Channel]
B --> C[Bot]
C --> D[AI Agent Router]
D --> E[Specialized Agent]
E --> F[Response]
F --> B
- A user sends a message through a channel (Telegram, Email, Web)
- The message is routed to the assigned bot
- The bot's agent router selects the best AI agent for the task
- The specialized agent processes the request using its tools and context
- The response is sent back through the same channel