Skip to main content
Roo Code is a VS Code extension for agentic coding (project analysis, code generation, refactoring). You can connect it to NagaAI by selecting an OpenAI-compatible provider and using your NagaAI API key.
Roo 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 Roo Code (VS Code)

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

Configure NagaAI as an OpenAI-compatible provider

In Roo 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

  • “Map the main modules in this repo and what each one does.”
  • “Find where request X is handled and explain the flow.”
  • “Refactor: extract this logic into a helper and update call sites.”
  • “Run lint/tests and fix issues until it passes.”