spawn/atlanticnet
A f121b60d80
fix(ux): show post-session summary with server status and reconnect info (#1037)
After an interactive SSH session ends, users are now shown:
- A warning that their server is still running (and may incur charges)
- A link to the cloud provider's dashboard to manage/delete it
- The SSH command to reconnect

This prevents users from unknowingly leaving servers running after
exiting their agent session. Covers all 25 SSH-based cloud providers.

Agent: ux-engineer

Co-authored-by: A <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-02-13 20:06:40 -05:00
..
lib fix(ux): show post-session summary with server status and reconnect info (#1037) 2026-02-13 20:06:40 -05:00
aider.sh fix: add actionable guidance to agent installation failures across 126 scripts (#966) 2026-02-13 10:14:03 -08:00
amazonq.sh fix: use safe inject_env_vars helpers in 3 missed scripts (#937) 2026-02-13 06:42:13 -08:00
claude.sh fix: add actionable guidance to agent installation failures across 126 scripts (#966) 2026-02-13 10:14:03 -08:00
cline.sh feat: Add cline on Atlantic.Net (#892) 2026-02-13 06:21:44 -08:00
codex.sh fix: use safe inject_env_vars helpers instead of raw shell interpolation (#932) 2026-02-13 05:57:06 -08:00
continue.sh fix: use safe inject_env_vars helpers instead of raw shell interpolation (#932) 2026-02-13 05:57:06 -08:00
gemini.sh fix: use safe inject_env_vars helpers instead of raw shell interpolation (#932) 2026-02-13 05:57:06 -08:00
goose.sh fix: add actionable guidance to agent installation failures across 126 scripts (#966) 2026-02-13 10:14:03 -08:00
gptme.sh fix: add actionable guidance to agent installation failures across 126 scripts (#966) 2026-02-13 10:14:03 -08:00
interpreter.sh feat: Add interpreter on Atlantic.Net (#890) 2026-02-13 06:16:59 -08:00
kilocode.sh fix: use safe inject_env_vars helpers instead of raw shell interpolation (#932) 2026-02-13 05:57:06 -08:00
nanoclaw.sh fix(security): replace unquoted heredocs with printf to prevent shell expansion in API keys (#1031) 2026-02-13 19:41:10 -05:00
openclaw.sh feat: add Atlantic.Net cloud provider (#883) 2026-02-13 03:07:22 -08:00
opencode.sh fix: use safe inject_env_vars helpers instead of raw shell interpolation (#932) 2026-02-13 05:57:06 -08:00
plandex.sh fix: add actionable guidance to agent installation failures across 126 scripts (#966) 2026-02-13 10:14:03 -08:00
README.md feat: Add cline on Atlantic.Net (#892) 2026-02-13 06:21:44 -08:00

Atlantic.Net Cloud

Atlantic.Net Cloud servers via REST API. Atlantic.Net

Agents

Claude Code

bash <(curl -fsSL https://openrouter.ai/labs/spawn/atlanticnet/claude.sh)

Aider

bash <(curl -fsSL https://openrouter.ai/labs/spawn/atlanticnet/aider.sh)

OpenClaw

Kilo Code

bash <(curl -fsSL https://openrouter.ai/labs/spawn/atlanticnet/kilocode.sh)

OpenClaw

bash <(curl -fsSL https://openrouter.ai/labs/spawn/atlanticnet/openclaw.sh)

Cline

bash <(curl -fsSL https://openrouter.ai/labs/spawn/atlanticnet/cline.sh)

Open Interpreter

bash <(curl -fsSL https://openrouter.ai/labs/spawn/atlanticnet/interpreter.sh)

Codex

bash <(curl -fsSL https://openrouter.ai/labs/spawn/atlanticnet/codex.sh)

Continue

bash <(curl -fsSL https://openrouter.ai/labs/spawn/atlanticnet/continue.sh)

gptme

bash <(curl -fsSL https://openrouter.ai/labs/spawn/atlanticnet/gptme.sh)

Gemini

bash <(curl -fsSL https://openrouter.ai/labs/spawn/atlanticnet/gemini.sh)

OpenCode

bash <(curl -fsSL https://openrouter.ai/labs/spawn/atlanticnet/opencode.sh)

Plandex

bash <(curl -fsSL https://openrouter.ai/labs/spawn/atlanticnet/plandex.sh)

Amazon Q

bash <(curl -fsSL https://openrouter.ai/labs/spawn/atlanticnet/amazonq.sh)

Goose

bash <(curl -fsSL https://openrouter.ai/labs/spawn/atlanticnet/goose.sh)

Non-Interactive Mode

ATLANTICNET_SERVER_NAME=dev-mk1 \
ATLANTICNET_API_KEY=your-api-key \
ATLANTICNET_API_PRIVATE_KEY=your-private-key \
OPENROUTER_API_KEY=sk-or-v1-xxxxx \
  bash <(curl -fsSL https://openrouter.ai/labs/spawn/atlanticnet/claude.sh)

Environment Variables

  • ATLANTICNET_API_KEY - API Access Key ID (get from https://cloud.atlantic.net/ → API Info)
  • ATLANTICNET_API_PRIVATE_KEY - API Private Key
  • ATLANTICNET_SERVER_NAME - Custom server name (default: random)
  • ATLANTICNET_PLAN - Server plan (default: G2.2GB)
  • ATLANTICNET_IMAGE - OS image ID (default: ubuntu-24.04_64bit)
  • ATLANTICNET_LOCATION - Data center location (default: USEAST2)
  • OPENROUTER_API_KEY - OpenRouter API key for agent access

Available Locations

  • USEAST1 - Ashburn, VA
  • USEAST2 - Orlando, FL (default)
  • USCENTRAL1 - Dallas, TX
  • USWEST1 - San Francisco, CA
  • CAEAST1 - Toronto, ON, Canada