Skip to main content

Quickstart

Prerequisites

  • Python 3.10+
  • A Fact0 write-scoped API key from app.fact0.io
Fact0 is cloud-only — point your SDK at https://api.fact0.io (the default). No local server or self-hosted stack required.

Track 1 - Audit event (60 seconds)

Events queue in-process and flush to POST /v1/events/batch. By default the server accepts async ingest (202 + receipt); the SDK polls receipts automatically. Open app.fact0.io/dashboard/audit to see the event with sequence number and hash chain.

Read events back


Track 2 - Execution trace

View the execution in Dashboard → Executions or query GET /api/v1/executions.

Async ingest and receipts


Next steps