Developer
Availability: PreviewEncrypted secrets, injected into your containers.
Store API keys and passwords as named, encrypted, project-scoped secrets, then attach each one to a container as an environment variable.
What you get
Encrypted at rest
Every value is AEAD-encrypted before it reaches disk, and the plaintext never appears in a log line.
Bound to its own row
A ciphertext ties cryptographically to the secret that owns it, so a copied blob decrypts nowhere else.
Env-var injection
Attach a secret to a container under any env name; a managed Kubernetes Secret mounts it at deploy time.
Project-scoped
Secrets live inside one project and reach only that project's containers, never shared across accounts.
Version signal on update
Each value edit bumps a per-secret version, a rotation and concurrency signal the portal reads.
Sized for real config
Store up to 64 KiB per value and up to 800 KiB of attached secrets per project.
How it works
- 01
Create a secret
Name a secret inside a project and paste its value; it is encrypted before it is stored.
- 02
Attach to a container
Pick a container and an env name, then bind the secret to that variable.
- 03
Deploy
On the next rollout the value lands in the container's environment through a managed Kubernetes Secret.
Pricing
Each service uses its published meter against prepaid credit: provisioned time, storage, tokens, or another listed unit. Estimate any setup in the calculator.
Open the pricing calculator- PreviewEncrypted secrets and env injection are free during preview; billing is not enabled today.
- No charge
Questions
How are values protected?
Values are AEAD-encrypted at rest and scoped to one project, and the plaintext is never written to logs.
How do I use a secret in a container?
Attach it under an env name; it arrives as an environment variable on the container's next deploy.
Does it rotate or generate credentials?
No. You store static values and edit them yourself; each edit bumps a version. It does not broker database credentials.
What does it cost right now?
Nothing. Secrets are free during preview and are not billed today.
Related products
Deploy this in your first project.
Claim your $5 trial credit and go live today.