Recommended defaults
- Dev: include prompts/completions to debug
- Prod: prefer content‑off, rely on metrics/tokens; enable secure redaction when needed
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Brixo respects your privacy model. You decide what to send.
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"
Was this page helpful?