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

# Set Permission Allowlist • AI Agent SDK

> set_permission_allowlist: Set the global permission allowlist.

# set\_permission\_allowlist

<div className="flex items-center gap-2">
  <Badge color="teal">Function</Badge>
</div>

> This function is defined in the [**approval**](../modules/approval) module.

Set the global permission allowlist.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def set_permission_allowlist(allowlist: PermissionAllowlist) -> None
```

## Parameters

<ParamField query="allowlist" type="PermissionAllowlist" required={true}>
  No description available.
</ParamField>

## Source

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