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

# Overview

> Pass JWTs (JSON Web Tokens) to your embedded dashboards to securely embed with auto-expiring tokens

## What are Embed Secrets?

Embed secrets are a key id, key value pair that allow you to generate JWTs to embed your dashboards. The JWT Explo uses
is a JWT with a JWE body. You can find more information about JWTs at [this link](https://jwt.io/introduction). You would use this
token the same way you use your dashboard id, customer token pair, but the token has two extra functions:

* Hides this dashboard id and customer token from your customers
* Expires at a cadence you set (default is one day)
