Edit the policy AXIOM must compile
AXIOM does not silently invent missing semantics. Ambiguous clauses become REVIEW_REQUIRED or UNRESOLVED.
AXIOM tests every claim against authorized data and policy, actively searches for counterevidence, and issues a warrant only when the proof holds.
Any model in. Proof-carrying output out.
“Invoice INV-0042 is approved and can be paid immediately.”
UNTRUSTEDCompile the business policy, validate it against mutations and historical cases, then apply the same deterministic rules to the live AI output below.
AXIOM does not silently invent missing semantics. Ambiguous clauses become REVIEW_REQUIRED or UNRESOLVED.
invoice.status == approvedERP · REQUIRED
TESTEDinvoice.already_paid == falseLEDGER · HARD GATE
TESTEDinvoice.beneficiary_verified == trueERP · REQUIRED
TESTEDhuman_approval required when amount > 25,000CONDITIONAL · REQUIRED
TESTEDThe policy, evidence challenge, verdict and warrant now live inside one continuous decision runtime.
Payment REF-9281 already settled invoice INV-0042.
Run a cross-examination to inspect verified claims.
The decision journey will appear here.
No repair has been requested.
AXIOM can turn the current verdict into machine-readable instructions for the AI. It never invents missing proof and cannot override a hard veto.
Run AXIOM, then generate a steering plan.
Run AXIOM to generate an inspectable Trust Record.
Send one AI_OUTPUT_READY event from any model, agent or workflow.
POST /v1/proof-environments/compile
Use the dependency-free Python client and receive a typed challenge result.
axiom.evaluate_output(...)
Place AXIOM between the agent and credentials held by the execution gateway.
No Warrant → No action
AI proposes. Authorized evidence and policy decide. A Trust Record explains the outcome; a payload-bound warrant controls execution.
API reference →