Skip to content

Witdem documentation

Instrument your AI application, define the product result you expect, and investigate what each run actually delivered.

Get started API reference

Start here

Run Witdem

npx -y witdem@latest up
pipx install witdem-analytics
witdem up

Then add the SDK and initialize the .witdem configuration:

python -m pip install "witdem-sdk[haystack]"
witdem-sdk init

Reference

The Python SDK, ingestion API, and analytics API are documented from the implementation. The HTTP schemas are generated from Witdem's FastAPI applications.