Skip to main content
Kilo Code is a VS Code extension for agentic coding. You can connect it to NagaAI by selecting an OpenAI-compatible provider and using your NagaAI API key.
Kilo Code relies on function calling (tools) for agentic actions (reading files, running commands, editing code). Choose any NagaAI model that supports tools: models with tools support.

Setup

1

Install Kilo Code (VS Code)

  • Open Extensions in VS Code (Ctrl+Shift+X)
  • Search for Kilo Code
  • Click Install
2

Configure NagaAI as an OpenAI-compatible provider

In Kilo Code settings, set:
  • Provider: OpenAI Compatible
  • Base URL: https://api.naga.ac/v1
  • API key: your NagaAI API key (Bearer token)
Need an API key? Get one from the NagaAI dashboard: https://naga.ac/dashboard (API Keys section). Also see our Quickstart.
3

Choose a tools-capable model

Select any model that supports function calling (tools):

Try it

Prompts that usually exercise the tools (file reads, repo search, command runs):
  • “Scan this repo and explain the architecture in 10 bullets.”
  • “Find the entry point for feature X and show the call chain.”
  • “Run tests and fix the first failing test.”
  • “Refactor module X: rename Y → Z and update all imports/usages.”