Detect and replace sensitive identifiers before they reach the upstream model. Replaceable mask tokens preserve reasoning quality without exposing raw personal data.
Deterministic redaction — same entity, same mask token, every time — runs on every prompt before it exits your application's network boundary.
30+ built-in entity types. Add custom patterns via YAML config.
Declare redaction rules in YAML. Version-control your policy alongside your application code.
redaction: enabled: true entities: - PII_NAME - PII_EMAIL - PII_SSN - PII_ACCT_NUM - PII_MRN mode: mask_token custom_patterns: - name: INTERNAL_CLIENT_ID regex: "CLT-[0-9]{6}"
Private beta — connect to your LLM stack and configure your first policy in one session with Kevin.