Using secrets
PremiumBruno Logo


Secrets can be accessed in headers, query, body, auth input fields similar to collection and environment variables.


Secrets need to be prefixed with $secrets followed by the name and then the key name, all separated by periods.


Pattern: $secrets.<name>.<key-name>.

Example: If you have a secret named dbCredentials with a key username, you can reference it as: $secrets.dbCredentials.username