IntegrationsDev tool
Cline
Configure Cline's OpenAI Compatible provider to use RouteMux.
Cline has a built-in OpenAI Compatible provider type, which is what RouteMux is.
Configure
| Field | Value |
|---|---|
| API Provider | OpenAI Compatible |
| Base URL | https://api.routemux.com/v1 |
| API Key | your RouteMux key (sk-...) |
| Model ID | a slug from GET /v1/models, e.g. anthropic/claude-sonnet-5 |
Anthropic models are reachable through the OpenAI-compatible path too — you do not need to switch provider type to use them.
Long tasks and streaming
Cline runs multi-step agent loops with long streaming responses. RouteMux forwards SSE without buffering and does not impose its own idle timeout on top of the upstream, so long tool-use chains behave the same as they do against the provider directly.
Troubleshooting
| Symptom | Cause |
|---|---|
Instant 401 | Key not saved, or copied with surrounding whitespace. |
402 mid-task | Wallet ran out during the run. Top up; completed steps were billed, the failed one was not. |
| Model rejected | Not enabled for your key — check GET /v1/models. |