airbox.fyi

Custom endpoints

Any OpenAI-compatible API — local LLMs, gateways, Azure OpenAI, etc.

No coding required. If you have never used an API key before, follow the walkthrough below step by step. Developers can skip to Quick reference at the bottom

Part 1 — Get your API key

  1. This path is for technical users running Ollama, LiteLLM, vLLM, Azure OpenAI, etc.
  2. Find the base URL your server exposes (often ending in /v1)
  3. Find the model name string your server expects
  4. Copy an API key if your gateway requires one (Ollama locally often uses any placeholder)

Part 2 — Add your connection in Airbox

  1. Dashboard → Connections → + LLM provider
  2. Enter type: openai_compat
  3. Paste API key if required
  4. When asked for model, enter your model string (e.g. llama3)
  5. You will also be prompted for base URL — e.g. http://localhost:11434/v1 for local Ollama

Open the dashboard in a new tab if you want to follow along

Part 3 — Route your inbox

Your Airbox address does not use a connection until you attach one:

  1. In the Inboxes card, find your Airbox address
  2. Click the gear icon (⚙) on that address to open routing settings
  3. Under "AI, LLM or MCP provider", choose the connection you just added from the dropdown
  4. Leave "Email a reply back" checked if you want results in your inbox (recommended)
  5. Click "Save"

Try it — send an email

Subject: (* #summarize *)

New to commands? See copy-paste examples and the syntax cheat sheet

Quick reference

Dashboard typeopenai_compat
Email targets@custom
Default model(you choose)
AuthFrom your server admin or local tool docs

Short checklist

  • openai_compat + base_url + model

What you get

  • Self-hosted and corporate gateways
  • Full URL and model control

Related