Enter your master password to manage API keys:
Call the single-pass decision API using any generated key:
curl -X POST http://<VM_IP>:8000/v1/predict \ -H "Content-Type: application/json" \ -H "X-API-Key: <YOUR_GENERATED_KEY>" \ -d '{ "state": {"subject": "Need invoice", "body": "Please send receipt"}, "questions": { "dept": { "type": "choice", "instructions": "Route team", "criteria": {"billing": "invoice and refund", "tech": "bugs"} } } }'