Deployment Environments
Overview
Peridot supports multiple environments to separate development, testing, and production systems.
This ensures safe deployment and controlled experimentation.
Environment Types
Development
Staging
Production
Why Environments Matter
Prevent unintended production impact
Enable safe testing
Support controlled rollout
Environment Isolation
Each environment can have:
Separate policies
Different model access
Independent integrations
Distinct user access controls
Example Setup
Dev → unrestricted experimentation
Staging → policy testing
Prod → strict governance
In Production
Changes are tested before rollout
Policies are environment-specific
Risk is minimized
Best Practices
Use strict policies in production
Limit access in sensitive environments
Test policies before deployment
Next Steps
Configure environments