Requires a valid Routeway API key. Get yours from the dashboard.
Setup
Install OpenClaw
Ensure OpenClaw is installed and running on your device. Follow the official OpenClaw documentation for installation instructions.
Update your OpenClaw config
Open
~/.openclaw/openclaw.json and add a provider named routeway. Replace YOUR_MODEL_ID with a model from routeway.ai/models:If your OpenClaw setup expects more model metadata, copy an existing provider entry and only change the base URL, API key, and model ID.
Notes
- Base URL must include
/v1:https://api.routeway.ai/v1 - OpenClaw model names use the provider prefix, e.g.
routeway/YOUR_MODEL_ID - Keep real API keys out of version control