EXNILIUM v1.0 QUICKSTART ========================= Goal: Human speaks. EXNILIUM turns speech into governed action. Dry run: curl -sS -X POST https://zerothcore.com/api/exnilium/interpret \ -H 'Content-Type: application/json' \ --data '{"text":"Check ZerothCore health","dryRun":true}' Execute approved action: curl -sS -X POST https://zerothcore.com/api/exnilium/execute \ -H 'Content-Type: application/json' \ --data '{"text":"Check ZerothCore health","approved":true}' Action library: https://zerothcore.com/api/exnilium/actions Playground: https://zerothcore.com/exnilium Core rule: Dry run first. Approve second. Evidence always.