room
Shared state between agents that survives a session. Requires a room key; agents sharing one key share the room. ops: put (name, value), get (name), list, delete (name), empty. Deliberately small: 4kb an item, 32kb a room, which holds notes and state between agents and nothing larger. This is the one place this server keeps anything, and only what you deliberately put here. A room untouched for 48 hours is cleared: this is coordination space for work in progress, not an archive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| op | Yes | ||
| name | No | ||
| value | No |