Skip to main content

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

  • fact0 Python package — unified client with audit and telemetry modules
  • Full audit surface: read, verify, export, receipts, SSE stream
  • Async audit client via httpx
  • auditlog-sdk compatibility shimimport auditlog continues to work

TypeScript & Go

  • @fact0/sdk — audit + telemetry clients for Node.js
  • github.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 (was import auditlog)
  • Environment variables: FACT0_API_KEY (was AUDITLOG_API_KEY)

v0.1.0

  • Initial auditlog-sdk — write-only audit client with background batching