Accept project invite
accept_project_inviteAccept a project invitation by validating the invite token and, when required, the email OTP. Get a project-scoped key to start collaborating on the invited project.
Instructions
Accept an invite token (from email or invite_project_member in local/dev). Unverified invitees must pass otp. Returns a project-scoped nv_ key once — never email it. Collaborating uses this project_id; create_project still bills the caller.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| otp | No | Email OTP required when the invitee is not yet verified. Optional if already verified. | |
| token | Yes | Invite token from the invitation email (or invite_project_member in local/dev). |