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

# config • AI Agent SDK

> Sandbox Configuration for PraisonAI Agents.

# config

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

Sandbox Configuration for PraisonAI Agents.

Provides configuration dataclasses for sandbox settings.

## Import

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

## Classes

<CardGroup cols={2}>
  <Card title="SecurityPolicy" icon="brackets-curly" href="../classes/SecurityPolicy">
    Security policy for sandbox execution.
  </Card>

  <Card title="SandboxConfig" icon="brackets-curly" href="../classes/SandboxConfig">
    Configuration for sandbox execution.
  </Card>
</CardGroup>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Configuration Overview" icon="gear" href="/docs/configuration/index" />

  <Card title="Agent Config" icon="robot" href="/docs/configuration/agent-config" />
</CardGroup>
