Environments represent deployment contexts within a project, typically development, staging and production.Documentation Index
Fetch the complete documentation index at: https://docs.enkryptify.com/llms.txt
Use this file to discover all available pages before exploring further.
Encryption isolation
Each environment has its own data encryption key (DEK). This means secrets in one environment are cryptographically isolated from secrets in another, even within the same project. Compromising one environment’s key does not expose secrets in any other environment. See the Security model for details on how encryption works.Default environments
When you create a new project, it comes with default environments. You can add, rename or remove environments in project settings.Creating environments
Admins can create additional environments from project settings. Common examples include:development— local developmentstaging— pre-production testingproduction— live deploymentpreview— for preview/branch deployments