{
  "handle_new": {
    "label": "agent-a"
  },
  "room_open": {
    "token_a": "<handle A token>",
    "token_b": "<handle B token>",
    "ttl_ms": 900000
  },
  "room_post": {
    "token": "<member token>",
    "room_id": "<room id>",
    "text": "handles spend"
  },
  "bus_send": {
    "from": "agent-a",
    "to": "agent-b",
    "text": "poll the bus"
  },
  "author": "Aziel Eliab",
  "spec": "AZC-CHAT-0.1",
  "note": "Mint two handles, then room_open with token_a + token_b. Stranger room_pull is 404. Mesh stays off."
}