Interactive · No Account Required

Live pipeline demo

Send a request through all 13 stages. Watch PHI get redacted before it reaches the LLM and restored in the response — the model never sees real patient data.

Deploy Your Own → View Source

How it works

Every request flows through four governance layers automatically.

1

Your app sends a request

Use your existing OpenAI SDK — just change the base_url. No other code changes.

2

Gateway processes it

The 13-stage pipeline runs: auth, rate limiting, budget check, guardrails, PHI redaction, caching, routing.

3

LLM gets clean input

PHI is replaced with placeholders. The LLM reasons on anonymized data — HIPAA-aligned by design.

4

Response restored to you

Placeholders are swapped back with original values. You get the full response. The LLM never saw real PHI.