Log every AI decision with cryptographic proof. Export verifiable evidence for regulators, auditors, and enterprise buyers. Part of ProlixoTech Evidence Vault.
Shipping now. Battle-tested in production.
Log AI inference inputs, outputs, and context via Python SDK or REST API.
Link each AI decision to the exact policy version that governed it. Prove what rules were in effect at any moment.
Record reviewer actions for high-risk decisions. Capture who reviewed, when, and what they decided.
Every logged event is signed with AWS KMS (ECDSA P-256). Tamper-evident by design.
Records are chained in daily Merkle trees. Any tampering is mathematically detectable.
Export evidence packages with verification URLs. JSON and CSV formats available.
Auditors verify receipts without creating an account. No ProlixoTech access required.
Full REST API for any HTTP client. Integrate from any language or platform.
Clear boundaries. No surprises.
From inference to audit-ready evidence in one pipeline.
SDK captures inputs, outputs, and context. Signed and chained instantly.
Policy versioning links each decision to the rules that governed it.
Log reviewer actions for high-risk decisions. EU AI Act Article 14 ready.
Receipts reveal when behavior diverges from documented policies.
JSON, CSV packages with verification URLs for auditors.
Third parties verify via export links. Evidence bundles work offline.
Enter an event ID from any verification link or export.
Auditors verify directly from their export package.
Add governance logging to your AI pipeline in minutes.
from solymus import Solymus, PolicyContext, HumanIntervention # Initialize log = Solymus( tenant_id="your-company", api_key="your-api-key" ) # Log inference with policy context (Time Machine Defense) log.record("model_inference", { "model": "gpt-4", "input": user_prompt, "output": model_response }, policy_context=PolicyContext( policy_name="content_moderation", policy_version="2.1.0" )) # Log high-risk decision with human oversight log.record("loan_decision", { "decision": "approved", "amount": 50000 }, human_intervention=HumanIntervention( required=True, reason="Amount exceeds threshold", reviewer="officer_42" ))
Evidence packages designed for auditors and regulators.
Full evidence records with signatures, Merkle proofs, and metadata. Machine-readable for integration.
Tabular export for spreadsheet analysis. Includes event IDs, timestamps, and verification URLs.
Printable compliance certificates with QR codes linking to live verification endpoints.
What the AI Governance Evidence Module is and isn't.
Got questions? We have answers.
log.record() after each AI decision. The SDK is non-blocking and handles batching, retries, and signature verification automatically. You can also use the REST API directly from any language. Most teams integrate in under an hour.
Create an account, select the AI Governance module, and log your first AI decision.