AgentSea CLI
Reference for the agentsea CLI. To get a launch-ready install + run snippet, pick an agent and a cloud on the homepage.
Install
One curl pipe. Works on macOS, Linux, and WSL — installs to ~/.local/bin and adds it to PATH for new shells.
curl -fsSL https://agentsea.dev.thegrid.ai/install.sh | bashCommon commands
agentsea # Interactive picker
agentsea <agent> <cloud> # Launch directly (e.g. openclaw digitalocean)
agentsea ls # List your deployments
agentsea matrix # Agent x cloud support matrix
agentsea --help # Full flag referenceEnvironment variables
agentsea reads from your shell, then from .env at the repo root, then from saved config under ~/.config/agentsea/.
# Grid platform (required for inference + dashboard)
export THEGRID_API_KEY=... # create at https://app.thegrid.ai
# Per-cloud tokens (only the one you launch into)
export DIGITALOCEAN_ACCESS_TOKEN=...
export HCLOUD_TOKEN=... # Hetzner
# (AWS / GCP follow their SDK conventions)Missing something?
Run agentsea --help for the full flag reference, or request a missing agent.