Roo Code can connect to NagaAI through the OpenAI-compatible API. Use this setup if you want Roo Code to run against NagaAI models inside VS Code.Documentation Index
Fetch the complete documentation index at: https://docs.naga.ac/llms.txt
Use this file to discover all available pages before exploring further.
Setup
Install Roo Code (VS Code)
- Open Extensions in VS Code (
Ctrl+Shift+X) - Search for Roo Code
- Click Install
Configure NagaAI as an OpenAI-compatible provider
In Roo Code settings, enter:
- Provider: OpenAI Compatible
- Base URL:
https://api.naga.ac/v1 - API key: your standard NagaAI API key
Need an API key? Create one in the NagaAI Dashboard, or start with Quickstart.
Choose a tools-capable model
For coding workflows, choose a model that supports function calling:
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.”