Turainvite

Beautiful invitations, zero friction

Send branded invitation emails with magic links. User onboarding, team invites, event RSVPs — one API call.

Coming Soon — Part of the Tura Platform

Sign in with TuraLogin to get notified when TuraInvite launches.

Simple API, Powerful Results

Send a branded invitation email. One API call from your backend — that's it.

POST/api/v1/invite/send
curl -X POST https://www.turainvite.com/api/v1/invite/send \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "email": "newuser@company.com",
  "message": "Welcome to the team!",
  "appName": "My App",
  "metadata": { "role": "editor" }
}'

All TuraInvite endpoints use the same TuraLogin API key. One account, all services.

What TuraInvite Does

Branded Invites

Custom invitation emails with your app's branding.

Magic Link + Code

Recipients verify via link click or 6-digit code.

Batch Sending

Invite up to 50 users in a single API call.

Set Up with AI in Seconds

Copy this prompt to Cursor, Claude, or any AI coding assistant to scaffold TuraInvite integration in your app.

AI Integration Prompt
I want to add user invitations to my app using TuraInvite. Read https://www.turainvite.com/SKILL.md for full documentation. TuraInvite sends branded invite emails with magic links and 6-digit codes. Implement invite sending and verification.

Documentation

Everything you need to integrate TuraInvite. Human-readable and AI-fetchable.

AI agents: curl https://www.turainvite.com/SKILL.md