<endpoint>) and its API key (<key>). Both are on the resource’s Keys page.
Public vs. private resourcesWherever these instructions show
<key>, what you put there depends on the resource type:- Public resource - reachable from anywhere, so the gateway checks a virtual API key. Copy it from the resource URL after login, the Resource Launcher more-info panel, or
https://app.pangolin.net/<org-id>/keys(use your self-hosted dashboard URL in place ofapp.pangolin.netif you self-host). - Private resource - only reachable from devices connected to your Pangolin network, so no key is checked. You must have the Pangolin client installed and connected. Use the literal string
noneas the key.
If you’re running Open WebUI for the first time
http://localhost:3000, finish the first-run account setup, and your Pangolin gateway is already the active connection.
If Open WebUI is already running
Go to Settings → Connections and add a connection:- URL:
<endpoint>/v1 - Key:
<key>
none rather than leaving it blank. Open WebUI treats a blank key as “no connection configured” and won’t list the models.
Note that Open WebUI runs as a server, not on your laptop - so it’s the Open WebUI host that needs the Pangolin client installed and connected to reach a private resource, not the browser you’re viewing it from.
