Security Rule Enforcement
The primary function of LLM policies is determining which security rules are active. By default, all 96 built-in rules are enabled. You can:- Disable specific rules that don’t apply to your environment
- Change rule actions (e.g., from Block to Review)
- Add custom rules for organization-specific patterns
Prompt Augmentation
Administrators can configure the proxy to inject additional context into LLM requests. This is useful for enforcing organizational coding standards without relying on individual developers to remember them.Injection Types
| Type | Behavior |
|---|---|
| System Append | Adds content to the end of the system prompt |
| System Prepend | Adds content to the beginning of the system prompt |
| Message Inject | Inserts a message at a specific position in the conversation |
Example: Enforce Coding Standards
Example: Security Reminder
Telemetry Settings
Control what telemetry the proxy collects:| Setting | Default | Description |
|---|---|---|
| Request logging | Enabled | Log metadata for each LLM API call |
| Token tracking | Enabled | Count input/output tokens |
| Latency tracking | Enabled | Measure response times |
| Cost estimation | Enabled | Estimate costs based on token usage |