sonchat_create_invite
Generate a SonChat invite token or link. Define label, max uses, and expiry to control access duration and usage limits.
Instructions
Create a new SonChat invite token/link. Requires SONCHAT_ADMIN_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Label for the invite (e.g. 'guest', 'friend') — default: 'guest' | |
| max_uses | No | Maximum number of uses (optional — unlimited if omitted) | |
| expires_in_days | No | Expiry in days (default: 7) |