> ## 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.

# Default Secret Resolver • AI Agent SDK

> DefaultSecretResolver: Stdlib-only resolver for the ``env`` / ``file`` / ``exec`` sources.

# DefaultSecretResolver

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

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

Stdlib-only resolver for the `env` / `file` / `exec` sources.

## Methods

<CardGroup cols={2}>
  <Card title="resolve()" icon="function" href="../functions/DefaultSecretResolver-resolve">
    Instance method.
  </Card>
</CardGroup>

## Source

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