Quick start - mixus API
Get started in 5 minutes
Step 1: Generate API key (2 minutes)
- Sign in to app.mixus.ai
- Navigate to Integrations → API Keys
- Click “Generate API Key”
- Configure your key:
- Name: “My First API Key”
- Permissions: ✓ eval:create, ✓ eval:read
- Expiration: 30 days
- Click “Generate API Key”
- Copy the key immediately (shown only once!)
mxs_eval_A7k2mN9pQx4vZ8wB3cF1dG6hJ5lK0sM
Step 2: Make your first API call (1 minute)
Step 3: Track progress (2 minutes)
What just happened?
- ✅ You created an evaluation task via API
- ✅ mixus agent started working on it
- ✅ Agent will pause at the checkpoint for your verification
- ✅ You can approve/reject via email or web UI
- ✅ Agent continues and completes the task
- ✅ You get metrics on performance
Next steps
Try AI auto-detection
Let AI decide where to add verification points:Explore more
- Complete API Reference - All endpoints and parameters
- Code Examples - Python, JavaScript, cURL examples
- Best Practices - Security and optimization tips
Common questions
Q: How long does an eval take?A: Typically 30 seconds to 5 minutes, depending on task complexity. Q: Can I run multiple evals at once?
A: Yes! Up to 10 concurrent executions per API key. Q: What if I lose my API key?
A: Generate a new one and revoke the old one immediately. Q: Can I skip human verification?
A: Yes, use
testMode: "without-verification"
for fully automated runs.
Q: How do I get notified when complete?A: Add a
webhookUrl
to receive completion notifications.
That’s it! You’re now ready to use the mixus API 🚀 Start building with complete documentation or explore code examples.