Live in an afternoon, not a quarter

No infrastructure to stand up — redzohu sits in front of the models you already use.

What actually happens to a request

A trace of one real request through redzohu, step by step.

Success

Ingest Request

Your app calls the redzohu endpoint instead of the model directly — no code changes beyond swapping the base URL.

Success

Classify & Detect

Every field is scanned for PII, secrets, and custom sensitive patterns before anything leaves your perimeter.

Regex + ML PII detector
Success

Tokenize & Vault

Flagged fields are replaced with format-preserving tokens. The real values are encrypted and written to the vault — never the model.

AES format-preserving encryption
Success

Frontier Model

The model receives the tokenized payload — it never sees a real card number, email, or SSN.

Success

Detokenize Response

Token references in the model's output are swapped back for real values via a vault lookup before your app sees them.

Success

Log & Verify

Every step — detection, tokenization, detokenization — is written to a hash-chained, tamper-evident audit trail.

Audit log entry