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.
- Open the project in Vercel and choose Settings → Environment Variables.
- Add
OPENAI_API_KEY, mark it sensitive, and scope it to Production. - Redeploy the project, then return here to confirm the connection.
Never paste an OpenAI key into the room-reading interface or a variable beginning with NEXT_PUBLIC_.