Docs navigation

Documentation

ProofLedger is model-independent trust infrastructure for AI agents: verifiable identities, model provenance, a tamper-evident audit trail, live trust scores, runtime policy evaluation, verified outcomes, and replay — all of which survive model changes. Integrate with the TypeScript or Python SDK, the REST API, or an OpenTelemetry exporter.

Install

# TypeScript / JavaScript
npm install @proofledger/sdk

# Python (add [signing] for Ed25519 signed events)
pip install 'proofledger[signing]'

Then create an API key in the dashboard under API Keys and follow the quickstart.

Core concepts

Reference