OpusGate

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 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)

  1. Open Kilo's side panel → Settings → provider configuration.
  2. API Provider: Anthropic
  3. Custom Base URL: https://api.opusgate.dev
  4. API Key: sk-og-...
  5. Model: claude-opus-4.8 / claude-sonnet-4.6 / claude-haiku-4.5
  6. Save and send a test message.

OpenAI Compatible

  1. API Provider: OpenAI Compatible
  2. Base URL: https://api.opusgate.dev/v1
  3. API Key: sk-og-...
  4. 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.

← PreviousRoo CodeNext →Continue