Python SDK
| PyPI | fact0-sdk v1.0.6 |
| Import | import fact0 |
| API | https://api.fact0.io |
| Requires | Python 3.10+ |
Installation
Create an account
Sign up at app.fact0.io and complete onboarding.
Get your API key
Dashboard → Settings → API Keys → New key. Choose write scope. Copy the key - shown once.
Install
import fact0 (PyPI name is fact0-sdk because fact0 is reserved on PyPI).https://api.fact0.io. For local development, pass base_url="http://localhost:8000" to Client(...).
Continue to the Quickstart.