Direct connection
For agents and frameworks that let you define a compatible provider or custom base URL.
Use RouterLab as a model endpoint for agents and frameworks that let you configure a compatible provider or a custom API URL.
For agents and frameworks that let you define a compatible provider or custom base URL.
For clients that need a local adaptation layer before RouterLab.
An agent may make several calls to complete a single task.
A workflow can use different routes or model families.
Without a common layer, consumption can be spread across several providers.
RouterLab brings routes, usage, and credits into one shared view.
These three tools are direct examples. Use their official setup flow, then enter the RouterLab endpoint in the fields they expose.
Agent framework
Configure an OpenAI-compatible provider in Agent Zero. Model roles may require separate settings.
curl -fsSL https://bash.agent-zero.ai | bashThe exact configuration can depend on the model role used in Agent Zero.
Configurable self-hosted agent / assistant
Declare RouterLab as a custom provider without locking the OpenClaw adapter type here.
curl -fsSL https://openclaw.ai/install.sh | bash
openclaw onboardThe exact mapping depends on the OpenClaw setup; this card shows the principle, not a ready-to-copy file.
Autonomous agent environment
Use the Custom endpoint flow, then enter the RouterLab URL, key, and model.
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
hermes modelSome Hermes workflows require a model with at least 64K context. Check Hermes requirements before choosing your route.
Most of these integrations rely on a RouterLab API URL, a RouterLab API key, and a model ID.
ROUTERLAB_BASE_URL=https://api.routerlab.ch/v1ROUTERLAB_API_KEY=<RouterLab API key>MODEL_ID=<routerlab-model-id>The exact parameter names depend on the agent. This block is a mapping diagram, not a universal configuration.
These clients use a different integration path. ScioNos Wrapper prepares the transport to RouterLab locally.
ScioNos is not needed for Agent Zero, OpenClaw, and Hermes in the direct examples above.
Discover ScioNos WrapperStart with RouterLab, choose a model route, and keep your usage visible.
Start with the protocol. Choose a model family or a client integration only after that.