Privacy
Privacy guarantees for RelayPlane telemetry data.
Core Guarantees
- No prompts collected. Your prompts, messages, and completions never leave your machine via telemetry. Only metadata (model, token counts, latency, cost) is sent.
- No file paths collected. No information about your files, directories, or project structure is included in telemetry.
- Anonymous device ID. The
device_idis a random UUID generated at install time. It's not linked to your identity, email, or any personal information. - No IP logging. The telemetry endpoint does not log client IP addresses.
- No API keys. Authentication tokens and API keys are never included in telemetry events.
- Non-blocking. Telemetry never affects proxy performance. It runs asynchronously and errors are silently dropped.
What We Use It For
Telemetry data helps us:
- Improve model routing intelligence (via the Mesh layer)
- Track reliability across providers
- Identify cost optimization opportunities
- Understand usage patterns to prioritize features
Data Retention
- Local: Request history is retained for 7 days (max 10,000 entries), then automatically pruned.
- Cloud: Aggregated telemetry is retained for 90 days.
Opt Out
Telemetry is completely optional. See the opt-out guide to disable it.
Open source: The telemetry code is fully visible in the source. Check
packages/proxy/src/telemetry.ts to see exactly what's collected and sent.