One-time setup, all done by clicking in your browser — no command line. You'll create a small free Cloudflare Worker that safely holds your API keys, then paste two things into the hub.
⏱ about 5–10 minutes · everything here is freeOpen the Cloudflare dashboard and create a free account (or log in).
Still on the Worker: click Settings → Variables and Secrets. For each item below click + Add, set Type = Secret, then the name and value, and Deploy when done.
Add HEUS_PASSWORD first — it's a login password you invent. Then add a key for each AI you want. Skip any you don't have; it just shows as "no key" in the hub.
ANTHROPIC_API_KEY Claude — console.anthropic.comOPENAI_API_KEY ChatGPT — platform.openai.comGEMINI_API_KEY Gemini — aistudio.google.com/apikeyDEEPSEEK_API_KEY DeepSeek — platform.deepseek.comQWEN_API_KEY Qwen — Alibaba Cloud DashScopeERNIE_API_KEY ERNIE — Baidu Qianfan (v2 bearer token)COPILOT_API_KEY Copilot — a GitHub tokenGo back to the Worker's main page. Near the top you'll see its address, ending in .workers.dev — something like:
Copy that whole URL — you need it in the last step.
Open HEUS HUB and enter the Worker URL from step 5 and the HEUS_PASSWORD from step 4. Both are saved only in your browser, once per device. Done — start chatting.
Want to change the model list or add a provider later? The same code lives at heus-worker/worker.js in your site — edit and redeploy.