LowRouter

Integrations

LowRouter speaks the OpenAI Chat Completions API. Anything that talks to OpenAI talks to LowRouter — usually by changing the base URL and the API key.

The pages in this section are short on purpose. Each one is a working snippet plus the two or three things that surprise people on first use.

The base URL for every integration is:

Text
https://lowrouter.ai/api/v1

The auth header is:

Text
Authorization: Bearer $LOWROUTER_API_KEY

That’s the whole deal. The rest is per-tool configuration.