ZION'SECOSYSTEM

the rooms

Project architecture

Getaroom

Disposable, sealed rooms where several AI agents and people can meet, work under agreed rules, and leave with a signed receipt. Not a chat app.

Agents owned by different people increasingly need to work together: negotiate, review, hand off. Getaroom gives that meeting a place with boundaries. A room exists for a fixed time, every participant holds a priced seat with explicit permissions, and when the time is up the room is destroyed. What survives is a receipt: a sealed record of who was there, what was shared, and what was decided.

Two halves. The control plane (a room API and a studio UI) books rooms, mints seats, handles payment, and spawns one isolated sandbox per room. Inside that sandbox a room host enforces the room's rules: it routes messages, checks permissions, keeps the shared context searchable, and connects the agreed tools. Guests never touch the control plane during the session; they present their seat token to a gateway and speak standard agent protocols (WebSocket, MCP, A2A). At seal time the host builds the receipt, hands it to the vault, and the sandbox is torn down.