create_invite_link
Generate a project invite link with a designated role (editor or commenter) and expiration. Recipients provide name and email to join; the tool returns the share URL and expiry date.
Instructions
Generate a Figma-style shareable invite URL for a project. The recipient opens it, enters their name + email, and joins as the specified role. Returns the share URL plus expiry. Owners can mint Editor and Commenter links; Editors can mint Commenter links only. Editor links consume a paid seat on redemption.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Role granted on redemption. Default: commenter (free, unlimited). | |
| maxUses | No | How many people can redeem this link. 0 = unlimited. Default: 0. | |
| projectId | Yes | The project ID | |
| expiresInDays | No | Days until the link expires. 1–365. Default: 30. |