Products

Capabilities of the Privian AI Security Layer

Each capability is part of a single security layer between your application and AI providers. Pick the entry point that matches what you need.

Overview

What's inside

The capabilities below are stages of one request path rather than separate controls that applications must assemble themselves.
The application sends a raw prompt to the gateway. The gateway replaces sensitive values with placeholders and forwards the masked prompt to the LLM provider. The provider returns a response with placeholders. The gateway rehydrates placeholders to the original values before returning the response to the application. The provider never sees original values.ApplicationRaw promptPrivian gatewayMask · Route · RehydrateLLM providerSees masked prompt onlypromptmasked promptresponse w/ placeholdersrehydratedBYOK trust boundary
Prompt path through a privacy-first gatewayOriginal values never cross the BYOK boundary.

Next

Learn how it fits together

See the architecture overview for how these capabilities compose into a single request flow.