Kilo Code
Kilo Code is another VS Code agent in the Cline family — the setup is identical to Cline and Roo. Settings live in the extension UI (no config file to script).
Required values
Anthropic provider → base URL
OpenAI-compatible provider → base URL
API key: your
https://api.opusgate.dev (no /v1).OpenAI-compatible provider → base URL
https://api.opusgate.dev/v1 (with /v1).API key: your
sk-og-... from the Keys page.Install the extension
One command (or find "Kilo Code" in the VS Code marketplace):
Bash
code --install-extension kilocode.Kilo-Code
Anthropic provider (recommended for Claude)
- Open Kilo's side panel → Settings → provider configuration.
- API Provider:
Anthropic - Custom Base URL:
https://api.opusgate.dev - API Key:
sk-og-... - Model:
claude-opus-4.8/claude-sonnet-4.6/claude-haiku-4.5 - Save and send a test message.
OpenAI Compatible
- API Provider:
OpenAI Compatible - Base URL:
https://api.opusgate.dev/v1 - API Key:
sk-og-... - Model ID: exact ID from the catalog.
Troubleshooting
Kilo fails the same ways Cline does: 401 → check the key and the base-URL/provider pairing; 402 → empty balance (top up); in-UI cost estimates ≠ real spend — check Transactions. Full list: error codes.