Securely share environment variables with anyone
Share individual environment variables with external collaborators via encrypted, time-limited links — without giving them project access.
How it works
- Select any variable and click Share to generate a secure link
- Choose one-time view (burns after reading) or time-limited access
- Add recipient email addresses — they'll receive an OTP-verified link
- Optionally protect with a passphrase for an extra layer of security
What recipients see
- The full
KEY=VALUEpair with syntax highlighting - One-click copy to clipboard
Admin controls
- New Shared page in the project sidebar to manage all shares
- View share status: Active, Viewed, Expired, or Revoked
- See which recipients have viewed and when
- Admins and team leads can revoke access at any time
Security
- AES-256-GCM encryption — decryption key stays in the URL fragment, never sent to the server
- OTP email verification with brute-force protection
- Optional passphrase adds a second encryption layer
- All passphrases and OTPs are hashed before storage — never stored in plain text