GPT Mitra

Connector Keys

Use these keys to connect your local AI backend (Ollama, vLLM, etc.) to GPT Mitra.

Loading…

Download Connector

Run this binary on the machine where your AI backend lives. It opens an outbound connection to GPT Mitra so your backend can receive routed requests without any inbound firewall rules.

# Linux / macOS - make executable first
chmod +x ./connector-linux   # or ./connector-macos

# Run - replace <KEY> with a connector key from the list below
./connector-linux connector \
  --connection-key <KEY> \
  --provider http://localhost:11434 \
  --server wss://<ROUTER_HOST>/ws

# Windows (PowerShell)
.\connector-windows.exe connector `
  --connection-key <KEY> `
  --provider http://localhost:11434 `
  --server wss://<ROUTER_HOST>/ws

# Optional: add an upstream API key (e.g. OpenRouter)
  --upstream-key <UPSTREAM_KEY>
WhatsApp Support