memory_invite_to_room
Generate a one-time invite for a room you own and get a forwardable message. Recipients join by opening the link or entering the code, with access set to read or read-write.
Instructions
Mint a one-time invite for a room you own and get a ready-to-forward message. The user sends that message to the person they want to add (any messenger); the recipient opens the link or tells THEIR assistant the code to join. Use after memory_create_room, or whenever the user says 'invite ' to an existing room.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Role the invitee gets — 'read' or 'read_write' (default read_write). | |
| room_id | Yes | The room's id (room_...), from memory_create_room. | |
| expires_in_days | No | Days until the invite expires (default 7). |