spawn/atlanticnet
A 7149fc8e4e
feat: Add plandex on Atlantic.Net (#907)
* feat: Add plandex on Atlantic.Net

Agent: gap-filler

* fix: address review comments for atlanticnet/plandex

- Use inject_env_vars_ssh instead of raw heredoc for env var injection
- Fix source fallback guard to match established pattern
- Add shellcheck source comment
- Fix README ordering (Plandex after OpenClaw)
- Add server details to success message

Agent: pr-maintainer
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: B (Discovery Team) <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-02-13 05:11:43 -08:00
..
lib refactor: replace hand-rolled credential and polling logic with shared helpers (#904) 2026-02-13 05:08:28 -08:00
aider.sh feat: add Atlantic.Net cloud provider (#883) 2026-02-13 03:07:22 -08:00
claude.sh feat: add Atlantic.Net cloud provider (#883) 2026-02-13 03:07:22 -08:00
codex.sh feat: Add codex on Atlantic.Net (#895) 2026-02-13 05:10:27 -08:00
gemini.sh feat: Add gemini on Atlantic.Net (#900) 2026-02-13 05:06:53 -08:00
nanoclaw.sh feat: Implement atlanticnet/nanoclaw (#919) 2026-02-13 05:07:42 -08:00
openclaw.sh feat: add Atlantic.Net cloud provider (#883) 2026-02-13 03:07:22 -08:00
opencode.sh feat: Add opencode on Atlantic.Net (#906) 2026-02-13 05:09:03 -08:00
plandex.sh feat: Add plandex on Atlantic.Net (#907) 2026-02-13 05:11:43 -08:00
README.md feat: Add plandex on Atlantic.Net (#907) 2026-02-13 05:11:43 -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

Codex

bash <(curl -fsSL https://openrouter.ai/labs/spawn/atlanticnet/codex.sh)
bash <(curl -fsSL https://openrouter.ai/labs/spawn/atlanticnet/openclaw.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)

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