Requires a valid Routeway API key. Get yours from the dashboard.
Setup
Configure Routeway as an OpenAI-compatible provider
In Kilo 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:- “Scan this repo and explain the architecture in 10 bullets.”
- “Find the entry point for feature X and show the call chain.”
- “Run tests and fix the first failing test.”
- “Refactor module X: rename Y → Z and update all imports/usages.”