Requires a valid Routeway API key. Get yours from the dashboard.
Setup
1
Clone the OpenRouter-compatible fork
Use the community fork with OpenRouter support:
2
Configure environment variables
Point the fork at Routeway’s OpenAI-compatible endpoint:
3
Choose a tools-capable model
If you want repo search, file edits, or command execution, choose a model that supports function calling. Browse available options at routeway.ai/models.
4
Install dependencies and start the CLI
Requires Node.js 18+:
5
Verify the setup
Ask the CLI to inspect the current project or explain a file. If it answers normally and can use tools when needed, the Routeway connection is working.
Notes
- Base URL:
https://api.routeway.ai/v1 - Auth: Standard Routeway API key
- This setup may drift as the community fork evolves
Example Prompts
Try these once you’re connected:- “Summarize the project structure and key modules.”
- “Find the code responsible for X and explain how it works.”
- “Propose a refactor plan for module Y and list the files to change.”