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.”