Start local
You do not need an EvalGate API key, model provider key, or telemetry collector to inspect a repository, create local health checks, or run a local gate.Send traces when ready
When you want EvalGate to store trace history in a workspace, choose the path that matches your app:- Python AI app: use OpenInference or OpenTelemetry instrumentation and export
OTLP/HTTP traces to
/api/otel/v1/traces. - TypeScript or Node app: use an OTLP HTTP trace exporter with the EvalGate endpoint and an EvalGate API key.
- Existing collector: add EvalGate as an
otlphttpexporter. - No tracing library yet: send one manual collector payload to
/api/collector.
What to expect
After a trace is stored, open Traces and search for its trace ID. You should see the trace title, spans, inputs and outputs that survived your redaction policy, token and model metadata when present, and a source ofotel or api.