Fact0 Platform
Fact0 Platform is the managed cloud service behind app.fact0.io. There is no self-hosted edition — sign up, create an API key, and integrate via the SDK against api.fact0.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
Universal fact layer · 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.
Security evidence packs
Export PDF + ZIP bundles mapped to common security controls. Auditor-ready in minutes.
How it fits together
Get started in 60 seconds
Create an account
app.fact0.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 fact0-sdkTypeScript
npm install @fact0/sdkGo
go get github.com/fact0-ai/fact0/sdk/goStatus
- API: api.fact0.io
- Dashboard: app.fact0.io
- Status page: coming soon