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

# Is Env Auto Approve • AI Agent SDK

> is_env_auto_approve: API reference for is_env_auto_approve

# is\_env\_auto\_approve

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

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

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def is_env_auto_approve() -> bool
```

### Returns

<ResponseField name="Returns" type="bool">
  The result of the operation.
</ResponseField>

## Uses

* `ApprovalRegistry.is_env_auto_approve`

## Used By

* [`is_env_auto_approve`](../functions/is_env_auto_approve)
* [`require_approval`](../functions/require_approval)

## Source

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