PII & DATA LOSS PREVENTION

PROTECT SENSITIVE DATA IN
EVERY PROMPT

Automatically detect and redact PII, API keys, and sensitive information before it reaches your LLM. Synthetic data replacement keeps context intact.

Key Capabilities

14+ PII Types Detected

Email, phone, SSN, credit cards, addresses, names, dates of birth, passport numbers, and more.

Synthetic Data Replacement

Replace real PII with realistic synthetic data to preserve context and model performance.

API Key Detection

Automatically detect and block API keys, tokens, and secrets from being sent to LLMs.

Custom Patterns

Add your own regex patterns to detect domain-specific sensitive data like internal IDs or codes.

Configurable Actions

Choose to redact, replace with synthetic data, or block requests containing sensitive information.

Compliance Ready

GDPR, CCPA, HIPAA compliance with audit logs and data handling documentation.

How PII Protection Works

1

Detect

ML models and pattern matching identify 14+ types of PII in incoming prompts.

2

Redact or Replace

Sensitive data is redacted or replaced with synthetic equivalents before reaching the LLM.

3

Log & Comply

All PII detections are logged for compliance. Original data never leaves your control.

Automatic PII Protection

python
# User input with sensitive data
user_input = """
Contact me at john.doe@company.com or 555-123-4567.
My SSN is 123-45-6789 and credit card is 4111-1111-1111-1111.
"""

# PromptGuard automatically protects
response = client.chat.completions.create(
    model="gpt-5-nano",
    messages=[{"role": "user", "content": user_input}]
)

# What the LLM sees:
# "Contact me at [EMAIL] or [PHONE].
#  My SSN is [SSN] and credit card is [CREDIT_CARD]."

# Or with synthetic replacement:
# "Contact me at jane.smith@example.com or 555-987-6543..."

Why PromptGuard DLP?

✓ PROMPTGUARD

  • 14+ PII types detected automatically
  • Synthetic data replacement preserves context
  • Zero-config protection
  • GDPR, CCPA, HIPAA ready
  • Included in all plans

✗ OTHER SOLUTIONS

  • Limited PII detection
  • Simple redaction only (breaks context)
  • Complex configuration required
  • Compliance features extra
  • DLP is an expensive add-on

Protect Sensitive Data

Stop PII from leaking to LLMs. Automatic detection and protection in every request.