A Swiss service boundary
Work with RouterLab as the gateway and product layer for account, access, catalog and usage operations.
Swiss-operated control layer
RouterLab gives applications and agents a Swiss-operated access and control layer for published AI model routes. It centralizes the customer relationship, keys, usage view and model catalog while upstream processing remains route-specific and transparent.
Your client
App, agent or workflow
RouterLab API
Swiss control layer, route-specific processing
https://api.routerlab.ch/v1Start with the protocol. Choose a model family or a client integration only after that.
Understand the connection path first, then choose a model from the live catalog.
Work with RouterLab as the gateway and product layer for account, access, catalog and usage operations.
RouterLab documents the control layer separately from the upstream provider used by an individual model route.
Consolidate multi-model access around a Swiss-operated product instead of managing each integration in isolation.
Data processing depends on the selected route and upstream provider. RouterLab’s trust and data-protection pages explain the service boundary; teams with residency requirements should validate the route that they plan to use.
import OpenAI from "openai";
const client = new OpenAI({
apiKey: process.env.ROUTERLAB_API_KEY,
baseURL: "https://api.routerlab.ch/v1",
});
const response = await client.chat.completions.create({
model: "model-id-from-/v1/models",
messages: [{ role: "user", content: "Hello RouterLab" }],
});Start from the workload and client contract, then choose the route.
Adopt a closer operational and contractual control layer for applications that use several AI providers.
Review one product catalog, pricing surface and trust section before selecting model routes.
Let teams evaluate published models through centralized keys and usage visibility.
Read the trust and data-protection pages before selecting a route for regulated or sensitive workloads.
Check the model origin, API format and capability data in the live catalog.
Send only workloads that match the selected route, provider and organizational requirements.
Use the live catalog and API documentation as the final source for route availability.
RouterLab is a Swiss-operated AI API gateway and control product. The actual model and upstream processing location depend on the selected route.
No blanket residency claim is made. Review the published route and trust information for the upstream processing relevant to your workload.
It can simplify the account, access, catalog and usage relationship for teams that otherwise manage several provider integrations independently.