project_share
Invite a collaborator to a project via email. Generates an invitation URL and optionally sends a notification.
Instructions
Share a project with a collaborator by email. Creates an invitation and returns the invite URL. An email notification may also be sent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Email address of the person to invite | ||
| message | No | Optional personal message to include in the invitation | |
| project_id | No | Project UUID to share (optional if project_name is provided or a project is linked) | |
| project_name | No | Project name to share (optional if project_id is provided) |