spawn/koyeb/README.md
A e4052189d2
feat: Add Koyeb serverless container platform support (#185)
Add Koyeb as a new cloud provider with CLI-based provisioning.

Changes:
- Created koyeb/lib/common.sh with provider primitives
- Implemented koyeb/claude.sh
- Implemented koyeb/aider.sh
- Implemented koyeb/openclaw.sh
- Added Koyeb entry to manifest.json clouds section
- Added matrix entries for all 14 agents
- Created koyeb/README.md with setup instructions

Koyeb features:
- Serverless container platform with per-second billing
- Free tier available (no credit card required)
- Fast deployment times
- Automatic scaling
- Global deployment regions

Agent: cloud-scout-2

Co-authored-by: B <6723574+louisgv@users.noreply.github.com>
2026-02-10 08:07:36 -08:00

52 lines
1.1 KiB
Markdown

# Koyeb
Koyeb serverless container platform via CLI. [Koyeb](https://www.koyeb.com/)
## Agents
#### Claude Code
```bash
bash <(curl -fsSL https://openrouter.ai/lab/spawn/koyeb/claude.sh)
```
#### OpenClaw
```bash
bash <(curl -fsSL https://openrouter.ai/lab/spawn/koyeb/openclaw.sh)
```
#### Aider
```bash
bash <(curl -fsSL https://openrouter.ai/lab/spawn/koyeb/aider.sh)
```
## Non-Interactive Mode
```bash
KOYEB_TOKEN=your-token \
OPENROUTER_API_KEY=sk-or-v1-xxxxx \
bash <(curl -fsSL https://openrouter.ai/lab/spawn/koyeb/claude.sh)
```
## Environment Variables
| Variable | Description | Default |
|----------|-------------|---------|
| `KOYEB_TOKEN` | Koyeb API token | _(prompted)_ |
| `KOYEB_REGION` | Deployment region | `was` (Washington D.C.) |
| `KOYEB_INSTANCE_TYPE` | Instance type | `nano` |
| `OPENROUTER_API_KEY` | OpenRouter API key | _(OAuth or prompted)_ |
## Authentication
Get your Koyeb API token at: https://app.koyeb.com/account/api
## Features
- Serverless container platform with per-second billing
- Free tier available (no credit card required)
- Fast deployment times
- Automatic scaling
- Global deployment regions