Tracing is available on self-hosted deployments. It is not configurable on Onyx Cloud.
Connect a provider
Navigate to the Tracing dashboard
Click your user profile icon, select Admin Panel,
and open the Tracing tab under the Usage section of the sidebar.
Connect Braintrust and/or Langfuse
You can connect either or both providers — traces are sent to every connected provider.Onyx validates the credentials before saving. Once connected,
the card shows Connected and traces begin flowing within about 30 seconds — no restart required.
- Braintrust
- Langfuse
Create an API key in the Braintrust dashboard under Settings → API Keys.In Onyx, click Connect on the Braintrust card and fill in:
- API Key — your Braintrust API key.
- Project Name (optional) — the Braintrust project traces are logged to. Defaults
to
Onyx. - API URL (optional) — only needed for self-hosted Braintrust or non-default
regions. Defaults to
https://api.braintrust.dev.
Disconnect a provider
Open the provider card, click the disconnect button, and confirm. Onyx stops sending new traces to that provider immediately. Traces already delivered are unaffected.Configuring with environment variables
Configuring tracing from the Admin Panel is the recommended approach, but Onyx also honors environment variables for backwards compatibility. A provider configured through the UI takes precedence over its environment variables.| Provider | Variable | Description |
|---|---|---|
| Braintrust | BRAINTRUST_API_KEY | API key. Enables Braintrust tracing when set. |
| Braintrust | BRAINTRUST_PROJECT | Project name traces are logged to. Defaults to Onyx. |
| Braintrust | BRAINTRUST_API_URL | Custom API URL for self-hosted / non-default regions. |
| Langfuse | LANGFUSE_SECRET_KEY | Secret key. Required (with the public key) to enable Langfuse. |
| Langfuse | LANGFUSE_PUBLIC_KEY | Public key. Required (with the secret key) to enable Langfuse. |
| Langfuse | LANGFUSE_HOST | Base URL for a non-default region or self-hosted Langfuse. |
Providers configured through environment variables appear in the Tracing dashboard as configured via environment.
You can adopt them into UI-managed configuration by connecting the provider from the Admin Panel.