Guides ยท Engineering
Sandbox Environment Basics
Use sandboxes safely
This guide covers creating and using sandbox environments: seed with safe data, isolate from production systems, set access controls, and reset/refresh regularly.
- sandbox
- test environment
- data seeding
- isolation
- access
Isolate resources
Separate credentials and infrastructure from production.
Seed safe data
Use synthetic or anonymized data; avoid production PII.
Control access
Limit sandbox access and rotate credentials regularly.
Refresh often
Reset state and clean stale resources on a schedule.