Identity & Security

PII pre-flight

A check that scans a prompt for personal or sensitive data before it reaches the model provider, and blocks or redacts it if found. "Fail-closed" means a fault stops the call rather than letting it through — the safe default when a check can't complete.

Example

A prompt contains a customer's full name, email, and card number. A fail-closed PII pre-flight catches all three before the call leaves your perimeter — if the scan itself errors out, the call is dropped, not waved through. The auditor's question "can PII reach your providers?" now has a control behind it, not a hope.

This is a Tokenality concept. See how it works in the product overview or the live playground.