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

# Secret Ref • AI Agent SDK

> SecretRef: An immutable reference to a secret held outside the config file.

# SecretRef

> Defined in the [**secrets**](../modules/secrets) module.

<Badge color="blue">AI Agent</Badge>

An immutable reference to a secret held outside the config file.

## Properties

<ResponseField name="source" type="str">
  No description available.
</ResponseField>

<ResponseField name="id" type="str">
  No description available.
</ResponseField>

<ResponseField name="provider" type="Optional[str]">
  No description available.
</ResponseField>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/secrets.py#L56">
  `praisonaiagents/secrets.py` at line 56
</Card>
