Connect the private analysis service.

Your OpenAI token must live in Vercel’s encrypted server environment. Squircle never sends it to the browser, and there is deliberately no public token field.

  1. Open the project in Vercel and choose Settings → Environment Variables.
  2. Add OPENAI_API_KEY, mark it sensitive, and scope it to Production.
  3. Redeploy the project, then return here to confirm the connection.
Open Vercel dashboard

Never paste an OpenAI key into the room-reading interface or a variable beginning with NEXT_PUBLIC_.