Use Relixr with other tools
Aider, Codex CLI, Zed, Neovim, and automation platforms like n8n — anything that accepts an OpenAI-compatible base URL.
Any tool that lets you set an OpenAI-compatible base URL and API key can run through Relixr. The pattern is always the same: base URL is https://gateway.relixr.com/v1, API key is a scoped Relixr key.
Aider
Codex CLI
Zed
Zed's Assistant panel accepts a custom OpenAI-compatible provider under Settings → Assistant → Add Provider. Set the base URL to https://gateway.relixr.com/v1 and paste your key.
Neovim (avante.nvim / CodeCompanion)
Automation: n8n, LangChain, LlamaIndex
Any node or client that takes an OPENAI_API_BASE / baseURL config works the same way — set it to https://gateway.relixr.com/v1 and use a Relixr key as the bearer token. For workflow tools like n8n, create one key per workflow so cost attribution matches your automation, not just "n8n" as a single line item.
Automations are the highest-leverage place to set a spend cap — nobody is watching a workflow run in real time, so the cap is what stops a misconfigured loop instead of a person noticing.