agv) to manage sandboxes, snapshots, browser sessions, clusters, and more from your terminal.
Installation
agv (short) and agentenv (explicit). They are equivalent:
Authentication
Sandboxes
Preset Types
| Type | CPU | Memory |
|---|---|---|
| micro | 500m | 512 MB |
| small | 2000m | 4 GB |
| medium | 4000m | 8 GB |
| large | 8000m | 16 GB |
| xl | 16000m | 32 GB |
agv set type xl.
Snapshots
Browser Sessions
Notebook Sessions
Apps
port_accessible, http_health. If you specify http_health without --health-path, the CLI defaults to /health.
Clusters (Ray / Spark)
Managed Agents
Workflows
AI Gateway
Workspaces
Files
Billing
Configuration
The CLI reads configuration from multiple sources (in priority order):- Command-line flags (
--api-url,--workspace, etc.) - Environment variables (
AGENTENV_API_URL,AGENTENV_API_KEY, etc.) - Config file (
~/.agentenv/config.yaml) - Project
.envfile - Built-in defaults
Global Flags
Every command accepts these flags:| Flag | Description |
|---|---|
--api-url | API server URL |
--api-key | API key for authentication |
--workspace, -w | Workspace ID |
--json | Output in JSON format |
--debug | Enable debug output |
--config, -c | Config file path |