> ## 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 Agent SDK

> Sandbox Protocols for PraisonAI Agents.

# sandbox

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

Sandbox Protocols for PraisonAI Agents.

Provides protocols and base classes for building sandbox implementations
that enable safe code execution in isolated environments.

This module contains only protocols and lightweight utilities.
Heavy implementations (Docker, etc.) live in the praisonai wrapper package.

## Import

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

***

## Related Documentation

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