Projects
A project is a namespace for related secrets. For example:my-api— Backend API secretsfrontend— Frontend application secretsworker— Background worker secrets
Create a Project
New projects get two default environments (dev and prod) unless you use
--environmentless.List Projects
Delete a Project
Environments
Each project contains environments. Common environment names:development/devstaging/stageproduction/prod
Create an Environment
List Environments
Delete an Environment
Example: New Project Setup
Next Steps
Manage Secrets
Add and update secrets.
Using Secrets
Download and inject secrets.
