Data & Privacy
ProxAI Gateway never collects, stores, or sells your secrets, API keys, or tokens. All redaction is handled locally on your machine, ensuring sensitive data never reaches our servers.
Uploaded
- Redacted session recordsThe agent conversations you turned on capture for, with all sensitive keys fully redacted locally before upload.
- Capture metadataWhich agent produced each record and how far it got, so the dashboard can order your sessions.
- ProxAI Gateway and agent versionsSo we stay compatible as your tools update.
- A hashed host identifierA one-way fingerprint of your machine, tied to your account. It confirms uploads really came from your ProxAI Gateway and blocks spoofed ones, without ever revealing your hardware ID.
Never
- Unredacted secretsSecrets are redacted on-device prior to local buffering, guaranteeing raw credentials never touch our API servers.
- Your raw hardware IDOnly the one-way hash leaves your machine. The original never does.
- Files your agents did not writeProxAI Gateway reads agent session files and nothing else on your disk.
What gets redacted
ProxAI Gateway automatically intercepts and removes database connection strings, cloud credentials, and API tokens from session records. Select a category below to inspect the specific signatures we strip.
Exclude specific projects
Prevent data collection on sensitive folders. Excluding a directory pauses capture across all sources; removing it later automatically backfills your history.
proxai-gateway exclude ~/repos/secret-projectproxai-gateway unexclude ~/repos/secret-projectRun proxai-gateway exclude --list to print your current list of excluded project paths.
Inspect it yourself
proxai-gateway logs -v --json --since 7d > ~/Desktop/records.jsonRun proxai-gateway logs --help to see more options for filtering, formatting, and outputting your local audit logs.
proxai-gateway redaction listLists all of the Redaction Rules currently used inside of the ProxAI gateway Redaction.
proxai-gateway redaction test prompt_file.txt --show-rulesTest your redaction rules locally on a prompt file to preview what gets sanitized and see exactly which rules were matched.
ยฉ 2026 ProxAI. All rights Reserved