# Create a volume

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

Create persistent organization storage.

Tool: volumes_create
Input: {"name":"agent-data","region":"bremen","sizeGb":20}
Permission: ORG_MANAGE.
Attach the resulting volume ID to a sandbox.

Example:

```
{"name":"volumes_create","arguments":{"name":"agent-data","region":"bremen","sizeGb":20}}
```
