# Vault (/vault)











## Encrypted storage

Instead of hardcoding sensitive information in your tools, you store them in the Vault and reference them safely.

**What to Store in the Vault?**
Any sensitive data, such as: API keys, access tokens and authentication credentials.

**Why This Matters?**

* Keeps sensitive data secure and encrypted
* Prevents accidental exposure
* Makes it easier to manage and update credentials
* Avoids hardcoding secrets in tool configurations

<img alt="Vault" src={__img0} placeholder="blur" />

## Credentials

<img alt="VaultNew" src={__img1} placeholder="blur" />

<img alt="VaultNew2" src={__img2} placeholder="blur" />

## Secrets

<img alt="VaultSecret" src={__img3} placeholder="blur" />

<img alt="AgentSecret" src={__img4} placeholder="blur" />
