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

# sandbox • AI Agents Framework

> Sandbox implementations for PraisonAI.

# sandbox

<Badge color="purple">AI Agents Framework</Badge>

Sandbox implementations for PraisonAI.

Provides Docker and subprocess sandbox for safe code execution.

## Import

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
from praisonai import sandbox
```

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Sandbox Feature" icon="box" href="/docs/features/sandbox" />
</CardGroup>
