Rules
Dashboard → Rules
Rules control what content can flow through the gateway.
Default rules
Every new account starts with:
- PII Redaction — auto-redacts emails, SSNs, credit cards from prompts and responses
- Prompt Injection Detection — blocks common jailbreak patterns
- Max Request Size — blocks requests over 32KB
Creating a rule
Click Add Rule → choose type → configure → save.
Example: block competitor mentions
- Type: Keyword Block
- Pattern:
competitor_name - Action: Block
- Click Save
Any request containing "competitor_name" returns 403.
Enabling / disabling rules
Toggle the switch next to any rule. Changes take effect immediately.
Rule priority
Rules are evaluated in order. Drag to reorder. The first matching rule wins.