All Announcements

Sequential guardrails are now live!

Sometimes your guardrails have dependencies. You might want to:

→ Run a PII detection check first, then only run compliance validation on the sanitized output

→ Check the request format before running an expensive LLM-based content safety check

→ Validate HIPAA compliance before running clinical content checks — no point evaluating medical accuracy if the request already violates patient data regulations

With the new sequential flag, checks run one after another in the order you define, and if an earlier check fails, the rest don't execute.

See how you can set up sequential guardrails →