> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rootly.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Secrets

> Learn how to access stored secrets in Liquid templates using the secrets variable for secure credential management in Rootly workflows and integrations.

We are using [Liquid](https://shopify.github.io/liquid/ "Liquid") template language and available variables are:

```ruby Ruby theme={null}

{{ secrets.name }} # returns secret value
```
