invite_member
Invite a human to the organization by email (admin only). They join at the given role once they sign in. Use this to hand a project off to a person — then grant them decryption with grant_env on the LOCAL crypto plane, since an invite alone conveys no ability to read values. Returns the pending { id, orgId, email, role, invitedById, createdAt }; revoke_invite cancels it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | No | Organization slug or id. Omit it when the credential can reach exactly one org — that org is used automatically. With several, the error names every slug you may pass; list them yourself with list_orgs. | |
| role | No | Role granted on join. "member" (the default) can use the org; "admin" can also invite others and delete resources. | |
| Yes | Email address to invite. They receive an invitation and become a member on first sign-in; until then they appear in list_invites, not list_members. |