Submit a topic to see a research report here.
The X-API-Key below is the shared secret that gates access to your agent —
it is not your Claude or Perplexity key. Those two LLM keys live server-side in
the agent's .env file; you never paste them here. The value below is
API_SHARED_SECRET from that same .env. Stays in your browser
only (localStorage).
.env before
deploying). The third is a shared secret you generate yourself — that one is what
you paste below.
console.anthropic.com
(Anthropic dashboard → API keys).
Put it in .env. Not pasted here.
perplexity.ai
(Settings → API).
Put it in .env. Not pasted here.
openssl rand -hex 32.
Put it in .env. This is what you paste below.
.env, run ./deploy.sh <your-vm> from
the repo, then come back here and paste the shared secret.
Full walkthrough in read-me/owner-guide/OWNER_GUIDE.md.