> ## 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 Type • AI Agent SDK

> sandbox_type: Type of sandbox (docker, subprocess, etc.).

# sandbox\_type

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**SandboxProtocol**](../classes/SandboxProtocol) class in the [**protocols**](../modules/protocols) module.

Type of sandbox (docker, subprocess, etc.).

## Signature

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

### Returns

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

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/sandbox/protocols.py#L219">
  `praisonaiagents/sandbox/protocols.py` at line 219
</Card>

***

## Related Documentation

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