> ## Documentation Index
> Fetch the complete documentation index at: https://docs.brixo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Privacy & Redaction

> Brixo respects your privacy model. You decide what to send.

## Recommended defaults

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

### Common env vars

```bash theme={null}
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.
