User Handbook
System Guardrails
The four built-in protection guardrails — understand and customize
Every project includes four pre-built system policies. These are inactive by default and can be activated and customized, but not deleted.
The Four System Policies
1. High-Speed Circuit Breaker (Runaway Detection)
Detects: Agent loops — when an agent sends unusually many requests in a short time. Trigger: >100 requests per minute from the same agent. Action: BLOCK + automatic agent suspension.
2. Destructive Action Shield
Detects: SQL DELETE, DROP TABLE, TRUNCATE, rm -rf and comparable destructive commands. Action: BLOCK.
3. GDPR Privacy
Detects: Personally identifiable data in prompts. Action: ANONYMIZE.
4. Fiscal Authority Limit
Detects: Financial transactions above a configurable threshold. Action: APPROVAL.
Customizing System Policies
- Navigate to Guardrails. System guardrails are marked with a 🔒 icon.
- Click a system policy.
- You can adjust the neural instruction, change the threshold, and restrict the scope.
- You cannot delete but can deactivate the policy.