Skip to main content

API Access from RooCode

RooCode is an extension for your IDE (especially VS Code) that allows you to use an AI model directly within your development environment.
It can:

generate code
explain code
refactor
document

and all of this without leaving your editor.


Installing RooCode (VS Code)

Configuration roocode

  1. Open VS Code.
  2. Go to Extensions (square icon on the left or Ctrl+Shift+X).
  3. Search for "RooCode" in the search bar.
  4. Click Install.
Warning

Make sure your VS Code version is ≥ 1.70 to ensure compatibility.


Configuring RooCode

  1. Open VS Code.

  2. In the sidebar, click Extensions (square icon) or use the shortcut Ctrl+Shift+X.

  3. In the search bar, type "RooCode" and press enter.

  4. In the results, click the Install button.

  5. In the “Providers” section, fill in the following fields:

FieldExpected value
API Base URLthe OpenAI-compatible endpoint of Clovis
API Keyyour access key (keep it secret)
Modelthe Clovis model you want to use (e.g. ClovisLLM)
  1. Save the changes (the Save button or Ctrl+S).

roocode conf