Ask any decision question. Get a weighted consensus from domain-specific AI agents.
Hiring, product, legal, investment, sports, real estate — or build your own domain. Every verdict is transparent, auditable, and accuracy-tracked.
Click a domain to learn more. Each has purpose-built agents with unique perspectives.
No signup required. Ask a real question and see the consensus in action.
Two API calls. That's it.
# 1. Get your free API key
curl -X POST /api/keys \
-H "Content-Type: application/json" \
-d '{"owner": "your@email.com"}'
# 2. Ask a question
curl -X POST /api/verdict \
-H "X-API-Key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"domain":"hiring","question":"Should we hire this candidate?"}'