Deploy Kilo Code on DigitalOcean

Run Kilo Code on DigitalOcean with AgentSea — the easiest way to deploy Grid-backed AI agents on infrastructure you control. Copy the command below: it installs the CLI, then walks you through deployment interactively.

AgentKilo Code
EnvironmentDigitalOcean

Run this command

Paste this in your terminal (macOS, Linux, or WSL). It installs AgentSea, then starts agentsea kilocode digitalocean and guides you through the rest — API keys, provisioning, and connecting to your agent.

shell
curl -fsSL https://agentsea.thegrid.ai/install.sh | bash -s -- kilocode digitalocean
Already installed? Run deploy only
shell
agentsea kilocode digitalocean
Install CLI without deploying
shell
curl -fsSL https://agentsea.thegrid.ai/install.sh | bash

Install options and flags in the CLI Reference.

Common commands
shell
agentsea                              # Interactive picker
agentsea ls                            # List your deployments
agentsea matrix                        # Agent x cloud matrix

After install — what to do next

Once AgentSea finishes provisioning Kilo Code on DigitalOcean, here's how to get the most from your agent.

  • Run kilocode in a project folder — AgentSea drops you into the interactive terminal UI.
  • The Grid provider is pre-configured — start coding without extra API setup.
  • Try kilocode run "describe what you want" for one-off tasks, or use Architect / Coder modes in the TUI. Kilo CLI docs
  • Reconnect later with agentsea connect or agentsea list. Grid + Kilo integration

Prefer not to install the CLI?

Run this one-liner instead — no global install required. It downloads and runs the bootstrap script for Kilo Code on DigitalOcean.

shell
bash <(curl -fsSL https://agentsea.thegrid.ai/digitalocean/kilocode.sh)

← Pick another agent | Change environment