Turamatch

Connect the right people

Matching and pairing engine for mentorship programs, team assignments, buddy systems, and more.

Coming Soon — Part of the Tura Platform

Sign in with TuraLogin to get notified when TuraMatch launches.

Simple API, Powerful Results

Generate matches from a pool. One API call from your backend — that's it.

POST/api/v1/match/pairs
curl -X POST https://www.turamatch.com/api/v1/match/pairs \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "poolId": "mentorship-2026",
  "algorithm": "preference-based"
}'

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

What TuraMatch Does

Smart Matching

Algorithm-based pairing using preferences and criteria.

Mentor Programs

Set up and manage mentorship matching at scale.

Round Robin

Fair distribution for assignments, reviews, and rotations.

Set Up with AI in Seconds

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

AI Integration Prompt
I want to add matching/pairing to my app using TuraMatch. Read https://www.turamatch.com/SKILL.md for full documentation. TuraMatch is a matching engine for mentorship, team pairing, and assignments. Set up pools and criteria-based matching.

Documentation

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

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