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.
Changelog
v1.0.0 — 2026-05-21
SDK
fact0Python package — unified client withauditandtelemetrymodules- Full audit surface: read, verify, export, receipts, SSE stream
- Async audit client via
httpx auditlog-sdkcompatibility shim —import auditlogcontinues to work
TypeScript & Go
@fact0/sdk— audit + telemetry clients for Node.jsgithub.com/fact0-ai/fact0-go— native Go client
Documentation
- Migrated to Mintlify at docs.fact0.io
- OpenAPI 3.1 specs for Audit and Telemetry APIs with interactive playground
Breaking changes from v0.1
- Preferred import:
import fact0(wasimport auditlog) - Environment variables:
FACT0_API_KEY(wasAUDITLOG_API_KEY)
v0.1.0
- Initial
auditlog-sdk— write-only audit client with background batching