Documentation Index
Fetch the complete documentation index at: https://docs.castari.com/llms.txt
Use this file to discover all available pages before exploring further.
cast mounts
Mount cloud storage buckets to agent sandboxes, giving agents read or write access to external files.Subcommands
| Command | Description |
|---|---|
cast mounts list <agent-slug> | List mounts for an agent |
cast mounts add <agent-slug> | Add a mount to an agent |
cast mounts update <agent-slug> <mount-id> | Update a mount |
cast mounts remove <agent-slug> <mount-id> | Remove a mount |
cast mounts list
List all mounts for an agent.Usage
cast mounts add
Add a storage bucket mount to an agent.Usage
Options
| Option | Description | Required |
|---|---|---|
--bucket <slug> | Bucket slug to mount | Yes |
--path <path> | Mount path inside the sandbox | Yes |
--prefix <prefix> | Source prefix in the bucket | No |
--read-only | Mount as read-only | No |
Example
cast mounts update
Update an existing mount.Usage
Options
| Option | Description |
|---|---|
--path <path> | New mount path |
--prefix <prefix> | New source prefix |
--enable | Enable the mount |
--disable | Disable the mount |
cast mounts remove
Remove a mount from an agent.Usage
After modifying mounts, redeploy the agent for changes to take effect.
See Also
- cast buckets — Manage storage buckets
- Mounts API (SDK) — Manage mounts programmatically