Requires a valid Routeway API key. Get yours from the dashboard.
Setup
Configure Routeway as an OpenAI-compatible provider
In Roo Code settings, enter:
- Provider: OpenAI Compatible
- Base URL:
https://api.routeway.ai/v1 - API key: Your Routeway API key
Choose a tools-capable model
For coding workflows, choose a model that supports function calling. Browse available options at routeway.ai/models.
Example Prompts
Try these once you’re connected:- “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.”