Creating Policies
Creating Policies
Policies are collections of guardrails organized by purpose. They define how your organization governs AI.
Policy Creation
Via Dashboard
- Policies → Create Policy
- Name: “Production Governance”
- Select guardrails to include
- Configure overrides (optional)
- Set rollout strategy
- Click Create
Via API
Policy Versions
Policies are versioned automatically:
- v1.0 - Initial policy
- v1.1 - Added guardrail
- v2.0 - Major update
Rollback to previous version anytime.
Scopes
- Organization - Apply to entire org
- Workspace - Apply to specific workspace
- Application - Apply to specific app
- User - Apply to specific user
Narrower scopes override broader ones.
Policy Testing
Test impact before deploying:
Rollout Strategies
- Immediate - Deploy to all users now
- Canary - Roll out to 5% → 25% → 100%
- Scheduled - Deploy at specific time
Next Steps
- Setting Up Guardrails - Create guardrails first
- Running Scans - Scan repositories
- API Reference - Policy APIs