In Plain English
The Gateway is that receptionist. It is a single program running on your computer (or a server) that connects your chat apps on one side to an AI brain on the other side. It also handles scheduling, memory, and tools, so the AI can actually do useful things beyond just chatting.
OpenClaw is a single process (the Gateway) that bridges your chat channels to an AI model. Messages come in via WebSocket, the agent thinks and acts, replies stream back out.
| Chat Channels | Gateway | AI Models | |
|---|---|---|---|
| Layer 1 | ๐ฌ WhatsApp (via Baileys) | ๐ฆ OpenClaw Gateway | ๐ง Claude (Anthropic) |
| Layer 2 | โ๏ธ Telegram (via grammY) | Port 18789 | ๐ค GPT / o-series (OpenAI) |
| Layer 3 | ๐ฎ Discord (via discord.js) | Session manager, Tool executor | ๐ Gemini (Google) |
| Layer 4 | ๐ iMessage (macOS CLI) | Cron scheduler, Memory indexer | ๐ OpenRouter (any model) |