Get Your API Key

Sign up to get your FixMyClawRouter API key. Works with any OpenClaw setup — Docker, VPS, Hostinger, Mac, Linux.

Already have a key? Claim it here

Your API Key

Click to copy

Save this key — you'll need it to configure your OpenClaw.

Setup Instructions

Auto (Recommended)
Docker
Manual Edit
1 Run this inside your OpenClaw environment
This automatically configures everything:
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.

1 Run inside your OpenClaw container
docker exec -it openclaw bash -c "curl -fsSL https://fixmyclawrouter.com/install.sh | bash"
2 Or with docker-compose
docker compose exec openclaw bash -c "curl -fsSL https://fixmyclawrouter.com/install.sh | bash"
1 Find your openclaw.json
Usually at ~/.openclaw/openclaw.json
2 Add the smart-proxy provider
Add this to your models.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} ] } }
3 Set as default model
In the agents.defaults.model section:
{ "primary": "smart-proxy/auto", "fallbacks": ["smart-proxy/auto"] }
4 Set mode to replace
In the models section, add:
"mode": "replace"
5 Restart OpenClaw
Restart your OpenClaw process or container to pick up the changes.

Your account is set up! Manage your settings and providers:

Go to Dashboard