Skip to main content

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

  1. Type: Keyword Block
  2. Pattern: competitor_name
  3. Action: Block
  4. 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.