# Secrets

> Store secret values without making ordinary formatting or references disclose them.

- Path: `Modules > Secrets - Secret References`
- Human: https://looprig.com/docs/modules/secrets
- Machine index: https://looprig.com/llms.txt

## Repository

| Field | Value |
| --- | --- |
| Repository | `github.com/looprig/secrets` |
| Version | `v0.2.0` |
| GitHub | [looprig/secrets](https://github.com/looprig/secrets) |

## Description

Store secret values without making ordinary formatting or references disclose them.

## Where it fits

Secrets are useful on their own when an application needs opaque references, redaction-safe values, and a replaceable secret store. Within Looprig, [Credentials](/docs/modules/credentials.md), [Inference](/docs/modules/inference.md), and [LLM](/docs/modules/llm.md) pass references instead of copying secret material into model configuration. Secrets protect representation and lookup boundaries; callers still control authorization and rotation policy.

## Dependencies

None.

## Dependents

- [Credentials](/docs/modules/credentials.md)
- [Inference](/docs/modules/inference.md)
- [LLM](/docs/modules/llm.md)
