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

# approval • TypeScript AI Agent SDK

> * Approval module for the PraisonAI TypeScript SDK.

# approval

<Badge color="green">TypeScript AI Agent</Badge>

* Approval module for the PraisonAI TypeScript SDK.
* Python parity: praisonaiagents/approval (backends.py, protocols.py).
* Built-in approval backends (auto-approve, console, agent, callback), the
  Python-shaped request/decision types and the bridge into the existing
  `ApprovalManager` from `src/ai/tool-approval.ts`.

## Import

```typescript theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
import { approval } from 'praisonai';
```

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="JS Approval" icon="check" href="/docs/docs/js/approval" />
</CardGroup>
