# AI Gateway API key for default Ask AI mode. # Ask AI does not use this when GEISTDOCS_CHAT_PROXY_URL is set. AI_GATEWAY_API_KEY="" # Mixedbread credentials injected by the Vercel Marketplace integration. MXBAI_API_KEY="" MXBAI_STORE_ID="" # Chat proxy URL for Vertex-backed Ask AI mode. # Include the /vertex route, for example: https:///vertex GEISTDOCS_CHAT_PROXY_URL="" # Chat proxy bearer token. # Only set this for a custom proxy that requires Authorization: Bearer . # The default Geistdocs platform /vertex proxy uses Vercel OIDC and Trusted Sources. GEISTDOCS_CHAT_PROXY_TOKEN="" # Production URL (automatically set on Vercel) NEXT_PUBLIC_VERCEL_PROJECT_PRODUCTION_URL="localhost:3000"