Plug into the judgement layer.
Send a real scenario into /api/decision, see how Omega scores risk, regret, impact, and IQ in real time—and copy production-ready code in one click.
Sent from your browser directly to /api/decision on this domain.
Omega is an AI judgement engine for informational and educational purposes only. It does not provide financial, legal, medical, tax, or mental health advice—and is not a substitute for professional judgment.
Live API response
/api/decision here.Copyable code example
Automatically mirrors your scenario, context, domain, risk and mode—ready to paste into your app.
curl -X POST "https://your-deployed-domain.com/api/decision" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY_HERE" \
-d '{
"scenario": "I'm thinking about quitting my job to start a business.",
"context": "I have 6 months of savings and no dependents.",
"domain": "LIFE",
"riskTolerance": "MEDIUM",
"mode": "DECISION",
"explain": true
}'To run the JavaScript or TypeScript examples, install node-fetch in your project:
npm install node-fetch
The cURL example hits /api/decision directly—the same endpoint this playground is wired to.
Judgement inspector
Peel back the layers: decision scores, safety signals, arbitration and raw engine metadata.
Session usage snapshot
Lightweight view of what you've done in this browser session.
For full org-wide analytics, wire this to your DecisionUsage table and live dashboard.
Env config helper
Drop this into your .env.local as a starting point.
# OmegaDecision playground defaults COMMONSENSE_API_KEY="YOUR_API_KEY_HERE" OMEGA_ADMIN_KEY="YOUR_API_KEY_HERE" # Enable judgement engine features OMEGA_SAFETY_MODE="BALANCED" OMEGA_ENABLE_GATEWAY="1" OMEGA_REFLECTION_ENABLED="true" OMEGA_PREDICTION_ENABLED="true" OMEGA_EXPERIMENTS_ENABLED="true"
Agent traffic simulator
Fire a short agent swarm at /api/decision to see how your judgement layer behaves under multi-agent load.