- Purpose: Test and validate changes without impacting live data.
- Use cases: Trial new check packages, test API integrations, validate webhook setups, and troubleshoot issues.
- Safe zone: No real data is processed, allowing you to experiment freely.
- Access: Generally accessible to developers, testers, and other team members who need to validate changes.
Best practices for using environments:
- Test in Stage first: Always use the Stage environment to test new features, check packages, or changes before deploying them to Production.
- Monitor performance: Regularly monitor both environments to catch any discrepancies early.
- Control access: Ensure that access to the Production environment is restricted to authorised users only to maintain security and compliance.