Requires a valid Routeway API key. Get yours from the dashboard.
Quick Start
Install Claude Code
Follow the official installation guide for your platform:
Point Claude Code to Routeway
Claude Code reads Anthropic-compatible environment variables. Set the base URL to Routeway and provide your API key.You can replace the example model IDs with any model that supports function calling. See the models list.
Keep the project settings file out of version control if it contains a real API key.
Start Claude Code
In your project directory, run:Your requests will be routed through Routeway’s Anthropic-compatible endpoint (
/v1/messages).Example Prompts
Try these once you’re connected:- “Summarize this project: key folders, build system, and entry points.”
- “Find where X is implemented and list the relevant files.”
- “Run tests and fix the first failing test.”
- “Refactor: extract helper Y and update all call sites.”