> ## 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 Status Info • Rust AI Agent SDK

> SandboxStatusInfo: Sandbox status information.

# SandboxStatusInfo

> Defined in the [**sandbox**](../modules/sandbox) module.

<Badge color="orange">Rust AI Agent SDK</Badge>

Sandbox status information.

## Fields

| Name             | Type                          | Description                  |
| ---------------- | ----------------------------- | ---------------------------- |
| `available`      | `bool`                        | Whether sandbox is available |
| `sandbox_type`   | `String`                      | Sandbox type                 |
| `running`        | `bool`                        | Whether sandbox is running   |
| `resource_usage` | `Option&lt;ResourceUsage&gt;` | Current resource usage       |

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-rust/praisonai/src/sandbox/mod.rs#L455">
  `praisonai/src/sandbox/mod.rs` at line 455
</Card>

***

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