Sign up to get your FixMyClawRouter API key. Works with any OpenClaw setup — Docker, VPS, Hostinger, Mac, Linux.
Save this key — you'll need it to configure your OpenClaw.
curl -fsSL https://fixmyclawrouter.com/install.sh | bash
The install script will detect your existing key and offer to keep it or generate a new one.
docker exec -it openclaw bash -c "curl -fsSL https://fixmyclawrouter.com/install.sh | bash"
docker compose exec openclaw bash -c "curl -fsSL https://fixmyclawrouter.com/install.sh | bash"
~/.openclaw/openclaw.jsonmodels.providers section:{
"smart-proxy": {
"baseUrl": "https://fixmyclawrouter.com/v1",
"apiKey": "YOUR_KEY",
"api": "openai-completions",
"models": [
{"id": "auto", "name": "Smart Router (auto)", "reasoning": true, "input": ["text"], "maxTokens": 128000}
]
}
}
agents.defaults.model section:{
"primary": "smart-proxy/auto",
"fallbacks": ["smart-proxy/auto"]
}
models section, add:"mode": "replace"
Your account is set up! Manage your settings and providers:
Go to Dashboard