memory_invite_to_room
Create a one-time invite for a room you own and receive a pre-written message to forward. The invited person uses the link or code to join the room.
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). |