SDK overview
All SDKs target https://api.fact0.io by default. SetFACT0_API_KEY (or pass apiKey / APIKey in code) with a write-scoped key from app.fact0.io.
Modules
Every SDK exposes two clients:Environment variables
The API origin defaults to
https://api.fact0.io in every SDK. Override only in code (base_url / baseUrl / BaseURL) when using a local API or a private deployment — not via a separate env var.
Quick links
Python
pip install fact0-sdkTypeScript
npm install @fact0/sdkGo
go get github.com/fact0-ai/fact0/sdk/go