trace.init() once, and every LLM call, tool execution, and agent handoff is captured automatically — no manual instrumentation required.
Requirements
- Python 3.8 or later
- A Veritrix account and API key (get one at app.veritrix.xyz)
Install the package
Choose the package manager you already use in your project.If the
conda-forge channel does not yet carry the latest release, install
with pip inside your conda environment instead:
pip install veritrixVerify the installation
Run the one-liner below to confirm the package is importable and check which version you have installed.1.4.2 printed to your terminal. If you see an ImportError, double-check that you installed into the correct Python environment.
Get your API key
You will need a Veritrix API key before you can send traces to the dashboard.1
Open the Veritrix dashboard
Go to app.veritrix.xyz and sign in.
2
Navigate to API Keys
Click Settings in the left sidebar, then select API Keys.
3
Create a new key
Click New API Key, give it a descriptive name (e.g.
checkout-agent-prod), and copy the value. Store it somewhere safe — it is only shown once.