Secrets are variables that allow you to manage sensitive data across your requests, such as API keys or tokens. Once saved, they are hidden from view when used in a request.
It's safe to share an api.horse request that uses secrets, as nobody with the link will be able to see the secret values.
If your request is forked, its secrets will not be available to the fork to prevent data leakage.
To use a secret in a request, type the key surrounded by curly braces, {{like_this}}. Secret keys are case insensitive.