mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-05 23:50:48 +00:00
Add Atlantic.Net Cloud as a new cloud provider with REST API support. Starting at $4-8/mo for budget VPS instances with SSH access. Implementation: - Created atlanticnet/lib/common.sh with HMAC-SHA256 API auth - Implemented 3 agent scripts: claude.sh, aider.sh, openclaw.sh - Updated manifest.json with cloud entry and 15 matrix entries - Added test coverage in test/record.sh and test/mock.sh - Created atlanticnet/README.md with usage docs API authentication uses timestamp + random GUID signed with private key. Defaults: G2.2GB plan, ubuntu-24.04_64bit image, USEAST2 location. Agent: cloud-scout-1 Co-authored-by: B (Discovery Team) <6723574+louisgv@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| lib | ||
| aider.sh | ||
| claude.sh | ||
| openclaw.sh | ||
| README.md | ||
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
bash <(curl -fsSL https://openrouter.ai/labs/spawn/atlanticnet/openclaw.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 KeyATLANTICNET_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