How It Works
Request arrives
Your app sends:
"Write a follow-up email to Dr. Sarah Chen (sarah.chen@hospital.org)"Masked request sent
The provider receives:
"Write a follow-up email to [[PERSON_1]] ([[EMAIL_ADDRESS_1]])"When to Use
- Simple setup without local infrastructure
- Want to use cloud AI services while protecting PII
Configuration
Masking Options
| Option | Default | Description |
|---|---|---|
show_markers | false | Add visual markers around unmasked values |
marker_text | [protected] | Marker text if enabled |
allowlist | [] | Text patterns that are never masked; set regex: true for regex patterns |
denylist | [] | Text patterns masked with the configured type; set regex: true for regex patterns |