Documentation Index
Fetch the complete documentation index at: https://docs.fact0.io/llms.txt
Use this file to discover all available pages before exploring further.
LedgerFlow Platform
LedgerFlow Platform is the managed service behind app.ledgerflow.io. It runs the audit ingest pipeline, hash-chain verification, telemetry storage, and the compliance dashboard so you only deal with API keys and SDK calls.What you get
Tamper-evident audit chain
Each event SHA-256 chained per tenant. Verify with
GET /v1/verify or share a read-only link.Execution telemetry
Spans, DAGs, and frame-by-frame replay for every agent run.
Async ingest by default
Audit writes batch in the background. Receipts are polled by the SDK so you never block on the network.
SOC 2 evidence packs
Export PDF + ZIP bundles mapped to common SOC 2 controls. Auditor-ready in minutes.
How it fits together
Get started in 60 seconds
Create an account
app.ledgerflow.io → sign in → onboarding wizard.
Log your first event
See the Quickstart — first event lands in under a minute.
Two pipelines, one platform
| Need | Use | Endpoint |
|---|---|---|
| Compliance, security reviews, tamper evidence | Audit log | /v1/* |
| Debugging, replay, latency/token analysis | Telemetry | /api/v1/* |
| High-value agent actions | Both | both |
SDKs
Python
pip install ledgerflowTypeScript
npm install @ledgerflow/sdkGo
go get github.com/ledgerflow/ledgerflow-goStatus
- API: api.ledgerflow.io
- Dashboard: app.ledgerflow.io
- Status page: coming soon