Create Clerk invitation
Invite an email address to sign up for a connected Clerk application.
← All Clerk endpoints · Capability overview
/v1/clerk/invitationshttps://api.vee3.io/v1/clerk/invitations
Invite an email address to sign up for a connected Clerk application.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
clerk.create_invitationParameters5 fields
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
email_addressstringRequiredEmail address to invite.
rolestringOptionalOptional role to assign when the invitation is accepted.
redirect_urlstringOptionalOptional URL to redirect the invitee to after accepting.
public_metadataobjectOptionalOptional public metadata as a JSON object attached to the invitation.
Response6 fields
invitationobject5 fieldsCreated Clerk invitation object from the Backend API.
invitationobjectidstringClerk invitation id (inv_...).
email_addressstringEmail address the invitation was sent to.
statusstringInvitation status: "pending", "accepted", "revoked", or "expired".
created_atintegerUnix timestamp in milliseconds when the invitation was created.
revokedbooleanWhether the invitation has been revoked.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required