Skip to main content
Secrets are key-value pairs stored per environment. Both keys and values are encrypted at rest with AES-256-GCM.

Set Secrets

Single Secret

Multiple Secrets

Upload from .env File

Upload an entire .env file. This is a full override — all existing secrets are replaced.
Upload replaces ALL secrets in the target environment. You’ll be prompted to confirm.
The file is parsed as a standard .env file:

Get Secrets

Single Secret

All Secrets (List)

Output:

Delete Secrets

Using Defaults

Set default project and environment in your config:
Then you can omit those flags:

Next Steps

Using Secrets

Inject Secrets into runtimes.

API Keys

Create scoped keys for CI/CD and services.