Skip to main content
  • Dev: include prompts/completions to debug
  • Prod: prefer content‑off, rely on metrics/tokens; enable secure redaction when needed

Common env vars

export BRIXO_OTLP_ENDPOINT="https://collector.brixo.example/v1/traces"
export BRIXO_API_KEY="<key>"
export SERVICE_NAME="my-agent"
export ENV="production"

# Traceloop/OpenLLMetry (if used)
export TRACELOOP_TRACE_CONTENT=false
# export TRACELOOP_SAFE_MODE=true
# export TRACELOOP_REDACT_PATTERNS="[0-9]{16},@example.com"
Even with content off, Brixo computes analytics from tokens, timings, and metadata.