The Secrets feature allows you to securely store environment-specific values that your app can use, such as API keys, tokens, or other sensitive information.

1. Add Individually
- Description: Set a single secret by providing a key and value.
- Example:
- Key:
OPENAI_API_KEY
- Value:
sk-xxxxxx
- Key:
- Behavior: The secret is encrypted and accessible to your app at runtime.
2. Add in Bulk (Raw Editor)
- Description: Upload multiple secrets at once using a simple
VAR=VALUE
format. - Example:

- Behavior: Each secret is securely stored and immediately available in the app environment.