Files
coder/docs/ai-coder/ai-bridge/clients/roo-code.md
T
2026-02-03 08:13:39 +00:00

1.4 KiB

Roo Code

Roo Code allows you to configure providers via the UI and can be set up to use AI Bridge.

Configuration

Roo Code allows you to configure providers via the UI.

OpenAI Compatible

  1. Open Roo Code in VS Code.
  2. Go to Settings.
  3. Provider: Select OpenAI.
  4. Base URL: Enter https://coder.example.com/api/v2/aibridge/openai/v1.
  5. API Key: Enter your Coder Session Token.
  6. Model ID: Enter the model you wish to use (e.g., gpt-5.2-codex). Roo Code OpenAI Settings

Anthropic

  1. Open Roo Code in VS Code.
  2. Go to Settings.
  3. Provider: Select Anthropic.
  4. Base URL: Enter https://coder.example.com/api/v2/aibridge/anthropic.
  5. API Key: Enter your Coder Session Token.
  6. Model ID: Select your desired Claude model.

Roo Code Anthropic Settings

Notes

  • If you encounter issues with the OpenAI provider type, use OpenAI Compatible to ensure correct endpoint routing.
  • Ensure your Coder deployment URL is reachable from your VS Code environment.

References: Roo Code Configuration Profiles