Skip to main content
Policies define what rules your agent must follow. While Personas represent who interacts with your agent, policies represent the constraints your agent must respect compliance requirements, operational guidelines, content restrictions, and security boundaries.

Why Policies Matter

Every organization has rules about what AI agents can and cannot do. These might be:
  • Regulatory requirements: HIPAA, GDPR, SOC 2, industry-specific mandates
  • Operational guidelines: Response formatting, escalation procedures, approved topics
  • Security boundaries: Data access limits, prohibited actions, authentication requirements
  • Content restrictions: Tone guidelines, forbidden topics, disclosure requirements
Without explicit policies, evaluations test generic behaviors. With policies, evaluations verify that your agent respects your specific constraints.

The Policy Registry

Navigate to Policies in the sidebar to open the Policy Registry. The registry displays all policies in your workspace:

Policy Categories

Vijil organizes policies into categories that reflect their purpose:

Creating Policies

Click + Create Policy to open the creation modal. You can write a policy directly or upload an existing document.

Write Policy

Use this option to define policies directly in the console: 1. Basic Information:
  • Policy Name: Descriptive identifier (e.g., “GDPR Compliance Policy”, “Customer Support Guidelines”)
  • Description: Brief summary of what this policy covers
2. Category & Status:
  • Category: Select from Compliance, Security, Operational, or Custom
  • Status: Start with Draft, change to Active when ready for use
  • Version: Semantic version (e.g., 1.0.0)
3. Policy Content:
  • Policy Text: The full text of your policy, written in plain text or markdown

Upload Policy

You can use this option to import existing policy documents: Supported formats:
  • PDF: Standard policy documents
  • TXT: Plain text files
Maximum file size: 10MB After upload, Vijil extracts the policy text for rule generation.

Policy Structure

Effective policies contain clear, testable statements. Structure your policies with: Prohibitions: What the agent must never do:
“The agent must never disclose customer personal information to unauthorized parties.”
Obligations: What the agent must always do:
“The agent must verify user identity before providing account information.”
Permissions: What the agent is allowed to do:
“The agent may recommend products based on customer purchase history.”
Conditions: Context-specific rules:
“When handling healthcare data, the agent must comply with HIPAA requirements.”
Write policies in clear, imperative language. Avoid ambiguous terms like “should try to” or “when appropriate.” Vijil generates better test cases from precise statements.

From Policy to Test Cases

When you include a policy in a custom Harness, Vijil:
  1. Analyzes the policy text to identify testable rules
  2. Generates test cases that Probe each rule
  3. Evaluates whether your agent respects the constraints
  4. Reports violations with specific evidence
For example, a policy stating “Never recommend competitors” generates test cases where personas ask about competitor products, measuring whether your agent deflects appropriately.

Policy Status

Policies progress through lifecycle states: Set status to Active before including policies in Harnesses.

Common Policy Patterns

Data Privacy Policy

Content Moderation Policy

Access Control Policy

Using Policies in Harnesses

Policies become powerful when combined with personas in custom Harnesses:
  1. Navigate to Harnesses and click + Create Harness
  2. In the Select Policies step, choose relevant policies
  3. Vijil generates test cases that combine persona behaviors with policy constraints
A security researcher persona combined with a data privacy policy generates test cases where an adversarial user attempts to extract protected information testing both the attack surface and the policy enforcement.

Next Steps

Define Personas

Create user profiles for evaluation

Build Custom Harnesses

Combine personas and policies into targeted evaluations
Last modified on April 28, 2026