.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
LLM_PROVIDER
Which text/code LLM provider to use (default: config/models.json default_provider). anthropic — Anthropic Messages API (ANTHROPIC_API_KEY)…
ANTHROPIC_API_KEY
secret
Anthropic API key (LLM_PROVIDER=anthropic). Calls go directly to api.anthropic.com (x-api-key auth). The wpcom AI proxy is NOT used for…
GOOGLE_VERTEX_API_TOKEN
secret
WPCOM AI proxy bearer token, scoped to Google Vertex. Used by the opt-in image-generation step (bin/build.php --with-images,…
IMAGE_MODEL
Image model used through the proxy.
brew install flyctl && fly launch --from https://github.com/automattic/minimalistic-site-builder
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/automattic/minimalistic-site-builder
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/automattic/minimalistic-site-builder