Manage Pane Sharing
shareManage access to a pane by listing grants, inviting people by email, setting access mode (invite-only, link, public), or revoking a grant. Token links remain active regardless of access mode.
Instructions
Identity sharing on a pane (layered on top of participant tokens). ONE tool with an action enum: list (access_mode + grants) | invite (a human by email, role participant|viewer) | set_access (the /p access mode: invite_only|link|public) | revoke (one grant by id). Token (/s/) links are independent of access_mode and keep working.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Grant role for invite (default participant). | |
| No | Invitee email (required for invite). | ||
| action | Yes | Identity sharing on a pane. list: access_mode + all grants. invite: invite a human by email (role participant|viewer). set_access: set the /p access mode (invite_only|link|public). revoke: remove one grant by id. Token (/s/<token>) links are independent of access_mode. | |
| pane_id | Yes | The pane id. | |
| grant_id | No | Grant id to revoke (required for revoke). | |
| access_mode | No | Access mode for set_access. |