Guide: Exporting Evidence
Create a self-contained ZIP with everything auditors need. Verifiable offline.
Create Export
export.pypython
bundle = client.exports.create(record_id=record.id, include_related=True)
# Download the ZIP file
bundle.download("./evidence_bundle.zip")Bundle Layout
evidence_txn_8a7f3b2c.zip
├── decision.json
├── explanation.json
├── intervention.json
├── model_card.json
├── policy.json
├── chain_proof.json
├── signature.sig
└── verify.shYou can verify with
verify.sh without internet access.