# Create a sandbox

Collection: mcp
Human docs: https://zei.sh/docs/mcp

Create a MicroVM in the caller's organization.

Tool: sandboxes_create
Input: {"name":"agent-run","templateId":"TEMPLATE_ID","cpu":4,"memory":4096}
Permission: MACHINE_CREATE.
Optional storage, network, ingress, labels, and secretInjection fields match the public create schema.
Response: The created sandbox record.

Example:

```
{"name":"sandboxes_create","arguments":{"name":"agent-run","templateId":"TEMPLATE_ID","cpu":4,"memory":4096}}
```
