September 19, 2026
One AI agent serves a team: OpenClaw stores shared sessions in Gateway
On September 19, 2026, the roboclaw agent ran on the team's server and answered questions about current and past sessions during meetings. One OpenClaw Gateway is designed for a team: the bot works in a shared Discord chat, while sessions are opened through the Control UI. OpenClaw Talk supports GPT-Live and GA Realtime.

Peter Steinberger 🦞
@steipete
The coolest part: roboclaw runs on our team's server, is available in Discord, talks with GPT-Live, and knows about all the sessions it is currently working on. We can ask it about the context of current and past sessions right during meetings.
· 50.4K views
In personal mode, context has to be assembled separately. Gateway keeps transcript history, routing, and active runs in one state, so multiple clients work with the same sessions without copying the transcript.
Access rights. In a team configuration, a `roboclaw` maintainer can write to other users' sessions, while a guest can only view them and receives a sandbox session. The v2026.8.1 release of August 31, 2026 added full-text search across past sessions, a conversation summary, and a timeline.
How to set it up. You need Node.js 24.16+ or 26.1+. On macOS and Linux, installation starts with `curl -fsSL https://openclaw.ai/install.sh | bash`, followed by `openclaw gateway install`. Discord requires Message Content Intent, the `bot` and `applications.commands` scopes, and the `DISCORD_BOT_TOKEN` variable; the initial pairing code is valid for 1 hour. In voice mode, OpenClaw saves transcripts and meeting notes with participants, decisions, and action items.
A shared Gateway turns an AI agent from a personal chat into a team's working layer.
Source
