Keep your private data at the edge.
Sensitive data never reaches the model.
That's the guarantee.
Not a promise. An architectural fact.
Without Privedge
"Analyze Dr. García's HIV status"receives real PII"we won't misuse it"hope for the bestWith Privedge
"Analyze Dr. García's HIV status""Analyze Dr. García's [CONDITION]" receives clean prompt onlydata never left your nodeA proxy that makes data leakage
architecturally impossible
Privedge sits between your app and the AI provider. It detects PII in two layers and applies one of two strategies per API key.
Reversible pseudonymization
"John Doe" → <PERSON_1> before it leaves. The model receives anonymous text and Privedge re-injects the real value inside the boundary. OpenAI never sees a real personal data point.
Local inference, resident data
The full prompt is processed on Cloudflare's own node. No external call. Maximum data residency for medical secrecy, attorney-client privilege, and the public sector.
Two-layer detection, both on the same edge node: regex (SSN, ID, IBAN, card, MRN…) locally and at 0 ms, and NER (names, organizations, addresses) via Workers AI.
How we protect every request.
Every prompt goes through five phases before reaching the AI provider — PII never makes it there.
Edge Worker starts a V8 isolate. Zero disk access.
Regex + NER identify names, emails, IDs. Replaced with synthetic tokens in memory.
The AI provider only receives anonymised text. Real PII never leaves the edge.
The same isolate swaps tokens back. The user receives the natural response.
The V8 isolate is torn down. All in-memory data erased. No persistence between requests.
The substitution is reversible only within the same isolate that processed the request. The isolate is destroyed on completion — exfiltrating the mapping is structurally impossible.
Certified infrastructure.
Your data is processed on Cloudflare-certified infrastructure. The compute and network layer is already audited.
OpenAI is breached.
What does the attacker get?
Depends on whether you were using Privedge.
Without Privedge
With Privedge
Empty tokens for the attacker.
No personal data exposed.
Every technical control maps to a real article of law
You just saw the how. The compliance page translates this architecture into HIPAA, GDPR, PCI DSS, the EU AI Act and seven more frameworks — with the real articles.
See compliance & legal →Start using AI with real data today
Integration in under a week. Privacy from the first prompt.