Skip to main content

What is Kilo Code?

Kilo Code is an all-in-one agentic engineering platform that brings AI-powered coding assistance directly to your IDE and CLI. When integrated with the Unbound Security AI Gateway, all AI requests from Kilo Code are securely routed through Unbound, enabling centralized guardrails, observability, and provider routing.

Prerequisites

Before setting up the integration, ensure you have:
  • IDE with Kilo Code extension installed (or)
  • Python 3.8+ installed (for CLI)
  • Node.js: Version 20 or higher installed (for CLI)
  • Unbound Application: A configured application in your Unbound Security dashboard
  • Unbound API Key: Generated from your application settings

Installation and Configuration

IDE Extension Setup

To setup Kilo Code in your IDE (VS Code, Cursor, JetBrains):
  1. Open Extensions (Ctrl/Cmd + Shift + X)
  2. Type “Kilo Code” in the Extensions marketplace search bar and Install the extension
  3. After Successful Installation, Open Kilo Extension
  4. It asks for “How will you use Kilo?” select “Use your own API key”
  5. Configure the provider with API Provider as “OpenAI Compatible”
  6. Paste this as the Base URL: https://api.getunbound.ai/v1
  7. Copy your Unbound Application API Key and paste it as the API Key
  8. Select a suitable model (e.g., claude-opus-4-5, gpt-5.1)
  9. Save & Continue

CLI Setup

To setup Kilo Code CLI:
  1. Install KiloCode using npm:
    npm install -g @kilocode/cli
    
  2. Run KiloCode:
    kilocode
    
  3. Configure the provider with API Provider as “Unbound”
  4. Copy your Unbound Application API Key and paste it as the API Key
  5. Select a suitable model (e.g., claude-opus-4-5, gpt-5.1)

Usage

After configuration, Kilo Code will automatically route all AI requests through the Unbound Gateway.All requests will be monitored, secured, and routed according to your Unbound application settings.