Environment Variables

Learn about the environment variables used in Geistdocs

Geistdocs has functionality that requires specific environment variables to be set.

AI_GATEWAY_API_KEY

The API key for the AI gateway. This is used to power the AI chat functionality.

This is automatically set when deploying to Vercel.

NEXT_PUBLIC_VERCEL_PROJECT_PRODUCTION_URL

The production URL of the Geistdocs site. This is automatically set when deploying to Vercel.

It should be in the format localhost:3000 (i.e. without the protocol prefix). This is how Vercel sets the environment variable when deploying to a project.

On this page