Skip to main content

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

SectionDescription
Quick StartGet up and running in under 5 minutes
Key ConceptsUnderstand tenants, bots, agents, and channels
Web App GuideComplete guide to the Mesachat web interface
EnterpriseMulti-tenant, SSO, and admin features
API ReferenceREST 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
  1. A user sends a message through a channel (Telegram, Email, Web)
  2. The message is routed to the assigned bot
  3. The bot's agent router selects the best AI agent for the task
  4. The specialized agent processes the request using its tools and context
  5. The response is sent back through the same channel