Adding a Guardrail
- Click New Guardrail.
- Give it a name (e.g.
Block Competitor Mentions). - Select the type from the dropdown.
- Set the scope:
Input(prompt),Output(response), orBoth. - Set the action:
BlockorLog Only. - Configure the type-specific settings (see below).
- Click Save.
Guardrail Types
Ordering
Guardrails are evaluated in the order they appear on this page. Drag and drop to reorder them. The first guardrail that blocks a request stops evaluation of subsequent rules.Action: Block vs Log
- Block — The request is rejected immediately. The upstream provider is never called. Your application receives a structured error response.
- Log Only — The request proceeds, but the guardrail match is recorded in the Request Logs for review. Useful for monitoring before enforcing a rule.