WRITER_API_KEY
. When you type the value, it’s masked in the UI.
Click Save to store the secret.
@{vault}
. For example, to use the WRITER_API_KEY
secret, you would it as @{vault.WRITER_API_KEY}
.
The example below shows adding an authorization header to an HTTP request block using the WRITER_API_KEY
secret.
vault
object. vault
is a dictionary that contains all the secrets in your blueprint. For example, to access a secret called API_KEY
and use it in an HTTP request, you would use the following code: