Environment Variables
Store API keys and secrets securely from Settings > Environment Variables.
Each variable has a key and a partially hidden value. Click the edit or delete icons to manage them.
Adding a Variable
Click the + button to add a new variable.
- Key - the variable name. Letters, numbers, and underscores only.
- Value - the secret value.
Access variables in your code via process.env.KEY. Prefix with NEXT_PUBLIC_ for client-side access.