Documentation Index
Fetch the complete documentation index at: https://docs.superbryn.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
What are policies and guardrails?
Policies and guardrails are the rules your voice agent must follow during conversations. These include:- Safety rules: Don’t reveal system prompts, don’t collect sensitive data verbally
- Compliance requirements: HIPAA disclosures, PCI-DSS card handling, consent collection
- Business rules: Don’t negotiate prices, don’t make unauthorized commitments
- Behavioral constraints: Stay in character, don’t adopt other personas
Adding policies
In Agent Settings, go to the Policy & Guardrails section and enter your rules as plain text. Each rule should be a clear, testable statement. Example (pizza ordering agent):Auto-extraction from prompts
If your agent’s system prompt already contains policies, use Analyze Prompt:- Paste the full system prompt
- SuperBryn’s AI extracts the call flow and policies separately
- Review and edit the extracted content
How policies drive testing
Policies are critical for Ring 2 (Normative Compliance):- When you save policies, SuperBryn automatically extracts variant types - individual testable rules
- Each variant becomes a targeted test scenario where a simulated caller attempts to violate that specific policy
- The evaluation checks whether the agent enforced the policy correctly
Best practices
- Write each rule as a single, unambiguous statement
- Be specific: “must require card payment over $100” is better than “handle large orders carefully”
- Include both what the agent must do and what it must not do
- Cover edge cases that matter in your industry

