w worouter

How to configure your client

worouter is OpenAI-compatible. Any SDK, app or proxy that speaks the OpenAI API works by changing two values: the base URL and the API key. Pick your client below and copy a working snippet.

What you'll need

  1. A workspace. Sign up when you don't yet have one.
  2. An API key. Mint one on the API Keys page — it looks like wor_live_... and is shown once.
  3. Your base URL:
https://<your-workspace>.ai.wozinga.com/v1

Append /chat/completions, /models, etc. to that base. Full API reference: /api.

PythonNode.jsGoAidercurlCursorContinue.dev

Cursor

  1. Open Cursor, then Settings, then Models.
  2. Find OpenAI API Key and paste your wor_live_... key.
  3. Enable Override OpenAI Base URL and set it to:
https://<your-workspace>.ai.wozinga.com/v1
  1. Click Verify, then Save.
  2. In the model picker, type a catalog model id (e.g. anthropic/claude-haiku-4.5) and Cursor will route through worouter.

Anything else?

When your client lets you set a custom OpenAI-compatible base URL and an API key, it works with worouter. Tools known to work out of the box: LiteLLM, Open WebUI, LobeChat, BoltAI, llmcord, vLLM proxies, Helicone proxies, anything using openai or openai-node.

Stuck? Hit the WhatsApp button at the bottom-right and we'll help you wire it up.