First call is taking forever.
The hosted proxy sleeps when idle. First request after a quiet period wakes it in ~50 seconds. Subsequent calls are normal speed.
Pick your harness below. Copy the snippet. That's it.
# install + wire every harness on your machine npx synapse-llm@latest setup # pin a single harness npx synapse-llm@latest setup claude-code
export ANTHROPIC_BASE_URL="https://synapse-proxy-pbmw.onrender.com" export ANTHROPIC_AUTH_TOKEN="syn_xxxxxxxxxxxxx" unset ANTHROPIC_API_KEY claude
▸ replace syn_xxx with your workspace key · replace https://synapse-proxy-pbmw.onrender.com with your Synapse base URL
The hosted proxy sleeps when idle. First request after a quiet period wakes it in ~50 seconds. Subsequent calls are normal speed.
Savings come from repeat work — semantic cache + memory both need a few calls to warm up. Run your usual flow for ~5–10 minutes; the overview page updates live.
Your harness is sending the wrong key. Make sure your env var contains the `syn_*` workspace key (not your raw provider key), and that you ran `unset ANTHROPIC_API_KEY` if you previously set it.
▸ still stuck? open an issue on github — we read every one