> ## 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 • Rust 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 [**sandbox**](../modules/sandbox) module.

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

## Signature

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

### Returns

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

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust Database" icon="database" href="/docs/rust/database" />

  <Card title="Rust Sandbox" icon="box" href="/docs/rust/sandbox" />

  <Card title="Rust Code Execution" icon="terminal" href="/docs/rust/code-execution" />
</CardGroup>
