Promotion Flow
Rules flow through environments in a controlled manner.
Development
Build & test
Staging
Validate & approve
Production
Live traffic
Key Features
Everything you need to manage rules across environments.
Environment Isolation
Each environment is completely isolated. Changes in development never accidentally affect production. Test freely without risk.
Controlled Promotion
Promote rules through environments in a controlled manner. Define who can promote to each environment and require approvals.
Environment-Specific Config
Configure different settings per environment. Use different API endpoints, thresholds, or feature flags based on environment.
Independent Rollback
Roll back any environment independently. If production has issues, revert to a previous version without affecting other environments.
Common Use Cases
How teams use multiple environments.
Development
Experiment with new rules, test edge cases, and iterate quickly without any risk to live systems.
Staging
Validate rules with production-like data. Run integration tests and get stakeholder sign-off.
Production
Serve live traffic with confidence. Only approved, tested rules make it to production.
Compliance
Maintain separate environments for different regulatory requirements or data residency needs.
Multi-Region
Deploy environment-specific rules for different regions with localized business logic.
A/B Testing
Use environments to test different rule variations before rolling out to all users.