> ## 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 Resolver • AI Agent SDK

> SecretResolver: Pluggable resolver contract. Implementations must not raise on a merely

# SecretResolver

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

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

Pluggable resolver contract. Implementations must not raise on a merely
unavailable secret — they return a :class:`SecretResolution` instead.

## Methods

<CardGroup cols={2}>
  <Card title="resolve()" icon="function" href="../functions/SecretResolver-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#L107">
  `praisonaiagents/secrets.py` at line 107
</Card>
