About guardrails
How agentgateway’s content safety controls, such as PII detection and DLP, layer to guard LLM
Azure AI Content Safety
Apply Azure AI Content Safety to detect harmful content and jailbreak attempts in LLM requests and
AWS Bedrock Guardrails
Apply AWS Bedrock Guardrails to filter LLM requests and responses for policy-violating content.
Google Model Armor
Apply Google Cloud Model Armor templates to sanitize LLM requests and responses.
OpenAI moderation
Use the OpenAI Moderation API as a prompt guard to screen LLM traffic for harmful content.
Multi-layered guardrails
Chain multiple prompt guards so each request passes every check in order, for defense in depth.
Regex filters
Verified Code examples on this page have been automatically tested and verified.
Custom webhooks
Integrate custom webhook servers to configure advanced content safety requirements.