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):- Open Extensions (Ctrl/Cmd + Shift + X)
- Type “Kilo Code” in the Extensions marketplace search bar and Install the extension
- After Successful Installation, Open Kilo Extension
- It asks for “How will you use Kilo?” select “Use your own API key”
- Configure the provider with API Provider as “OpenAI Compatible”
- Paste this as the Base URL:
https://api.getunbound.ai/v1 - Copy your Unbound Application API Key and paste it as the API Key
- Select a suitable model (e.g.,
claude-opus-4-5,gpt-5.1) - Save & Continue
CLI Setup
To setup Kilo Code CLI:-
Install KiloCode using npm:
-
Run KiloCode:
- Configure the provider with API Provider as “Unbound”
- Copy your Unbound Application API Key and paste it as the API Key
-
Select a suitable model (e.g.,
claude-opus-4-5,gpt-5.1)

