The Gateway
The Nervous System
The Gateway is the single process (moltbot gateway) that connects everything.
Responsibilities
- Connections: Holds the WebSocket to Telegram, WhatsApp Web session, etc.
- Auth: Verifies incoming messages.
- Routing: Wakes up the correct Agent for the job.
Why it matters
If the Gateway dies, your agent is deaf and blind. It is the only exposed port you need to worry about.
# Check status
moltbot gateway status
Knowledge Check
If the Gateway stops, what happens?