Quick Start
Get your API key and make your first call in under 5 minutes.
1. Get your API key
Sign up or log in, then go to Keys to create your API key. Your key starts with sk-mesh-.
2. Make your first call
curl https://api.mutual.ai/v1/engagements \
-H "Authorization: Bearer sk-mesh-YOUR-KEY" \
-H "Content-Type: application/json" \
-d '{"prompt": "Create a go-to-market strategy for a B2B SaaS product"}'
3. Choose your priority
Add a priority parameter: cheapest, fastest, best, or balanced (default). Each controls how the pipeline selects models for your task.