AIO CLI
The aio command-line tool wraps common AIO Sandbox APIs for terminal and agent workflows. It is available inside the sandbox container.
Common Commands
Command Groups
Output
The CLI is designed for both people and agents:
- Human-readable output when used in a terminal.
- Structured JSON when used in scripts or pipelines.
- Explicit exit codes for failure handling.
Configuration
Inside the container the CLI can target the local sandbox service automatically. When calling a remote sandbox, pass an API URL with --api-url.