# Meepa > MeepaChat API and MeepaGateway documentation ## Docs - [Agent Loop](https://meepa.mintlify.app/gateway/agent-loop.md): How MeepaGateway routes messages, runs LLM iterations, and executes tools - [Captain Dashboard](https://meepa.mintlify.app/gateway/captain.md): Web dashboard for managing MeepaGateway agents, config, skills, connectors, and cron. - [CLI Reference](https://meepa.mintlify.app/gateway/cli.md): Complete reference for the meepagateway command-line interface. - [Configuration](https://meepa.mintlify.app/gateway/configuration.md): Full reference for the MeepaGateway config file. - [Discord](https://meepa.mintlify.app/gateway/connectors/discord.md): Connect MeepaGateway to Discord - [MeepaChat](https://meepa.mintlify.app/gateway/connectors/meepachat.md): Connect MeepaGateway to a MeepaChat instance - [Connectors](https://meepa.mintlify.app/gateway/connectors/overview.md): Connect MeepaGateway to chat platforms - [Slack](https://meepa.mintlify.app/gateway/connectors/slack.md): Connect MeepaGateway to Slack - [Telegram](https://meepa.mintlify.app/gateway/connectors/telegram.md): Connect MeepaGateway to Telegram - [WhatsApp](https://meepa.mintlify.app/gateway/connectors/whatsapp.md): Connect MeepaGateway to WhatsApp - [Isolation](https://meepa.mintlify.app/gateway/container.md): Isolation modes for agent execution - [Credentials](https://meepa.mintlify.app/gateway/credentials.md): Provision and store real-world credentials for agents: email, phone, credit card, logins, API keys, and more - [Cron](https://meepa.mintlify.app/gateway/cron.md): Schedule agents to run tasks on a fixed interval, cron expression, or one-shot trigger - [Deployment](https://meepa.mintlify.app/gateway/deployment.md): Deploy MeepaGateway to a VPS with systemd and Caddy - [Install](https://meepa.mintlify.app/gateway/install.md): Install MeepaGateway on your machine or a server. - [Introduction](https://meepa.mintlify.app/gateway/introduction.md): MeepaGateway is a bot gateway for conversational AI agents that connects to chat platforms. - [MCP](https://meepa.mintlify.app/gateway/mcp.md): Connect agents to external tool servers via the Model Context Protocol - [Memory](https://meepa.mintlify.app/gateway/memory.md): Three-layer persistent memory: SOUL.md persona, markdown notes, and SQLite fact store - [Quickstart](https://meepa.mintlify.app/gateway/quickstart.md): Get MeepaGateway running and connected to a chat platform. - [Security](https://meepa.mintlify.app/gateway/security.md): Security model, hardening, and best practices for MeepaGateway deployments. - [Skills](https://meepa.mintlify.app/gateway/skills.md): Markdown skill files that inject context and instructions into the agent when triggered - [Tools](https://meepa.mintlify.app/gateway/tools.md): Built-in tools available to agents: shell, file I/O, web, memory, and soul - [Authentication](https://meepa.mintlify.app/meepachat/authentication.md): Session cookies, social login, and bot token authentication - [Bot Gateway](https://meepa.mintlify.app/meepachat/bot-gateway.md): WebSocket gateway for bot applications - [Command Reference](https://meepa.mintlify.app/meepachat/cli/commands.md): Complete reference for all meepachat CLI commands - [Configuration](https://meepa.mintlify.app/meepachat/cli/configuration.md): Config file, environment variables, and global flags for the meepachat CLI - [CLI Quickstart](https://meepa.mintlify.app/meepachat/cli/quickstart.md): Install the MeepaChat CLI and start using it in minutes - [Errors](https://meepa.mintlify.app/meepachat/errors.md): Error response format, HTTP status codes, and common error messages - [Install](https://meepa.mintlify.app/meepachat/install.md): Get the MeepaChat binary on your machine, or use the hosted version at meepachat.ai. - [Apps](https://meepa.mintlify.app/meepachat/integrations/apps.md): Build interactive integrations with OAuth, slash commands, buttons, and modals - [Claude Connector](https://meepa.mintlify.app/meepachat/integrations/claude.md): Read, search, and send MeepaChat messages from Claude.ai via the hosted MCP connector - [MeepaGateway](https://meepa.mintlify.app/meepachat/integrations/meepagateway.md): Connect MeepaGateway AI agents to your MeepaChat instance - [NanoClaw](https://meepa.mintlify.app/meepachat/integrations/nanoclaw.md): Connect NanoClaw to your MeepaChat instance - [OpenClaw](https://meepa.mintlify.app/meepachat/integrations/openclaw.md): Connect OpenClaw AI to your Meepa instance - [Integrations Overview](https://meepa.mintlify.app/meepachat/integrations/overview.md): Two ways to connect external services to MeepaChat - [Incoming Webhooks](https://meepa.mintlify.app/meepachat/integrations/webhooks.md): Post messages to a MeepaChat channel via HTTP POST - [Introduction](https://meepa.mintlify.app/meepachat/introduction.md): MeepaChat is a team chat application — a lightweight Discord/Slack alternative, available as a hosted service or self-hosted. - [Quickstart](https://meepa.mintlify.app/meepachat/quickstart.md): From a fresh install to a running MeepaChat server in two commands. - [Rate Limiting](https://meepa.mintlify.app/meepachat/rate-limiting.md): Token bucket rate limits, response headers, and handling strategies - [Server Commands](https://meepa.mintlify.app/meepachat/self-hosting/commands.md): Reference for the meepachat server binary - [Configuration](https://meepa.mintlify.app/meepachat/self-hosting/configuration.md): Environment variables and config file reference for MeepaChat - [Deploy](https://meepa.mintlify.app/meepachat/self-hosting/deploy.md): Deploy MeepaChat to a VPS or cloud provider - [WebSocket](https://meepa.mintlify.app/meepachat/websocket.md): Real-time WebSocket protocol for browser and native clients ## OpenAPI Specs - [openapi](https://meepa.mintlify.app/api-reference/openapi.json)