GROK / BUILDER

ACCOUNT + CONNECTIONS

Connect the foundry.

Secrets are read only on the server. Nothing below claims to be connected until a successful configuration check confirms it.
Generation

Stream strategy, code, and critique

OPENAI_API_KEYNeeds configuration
Database

Persist projects, versions, events, and usage

MONGODB_URINeeds configuration
Authentication

Own and authorize every project

AUTH_SECRET + AUTH_GITHUB_*Needs configuration
GitHub

Create repositories and export code

GITHUB_APP_ID + GITHUB_PRIVATE_KEYNeeds configuration
Vercel

Create real preview and production deployments

VERCEL_TOKENNeeds configuration
Stripe

Load prices, subscriptions, and credits

STRIPE_SECRET_KEYNeeds configuration
Uploads

Sign and store uploaded assets

BLOB_READ_WRITE_TOKEN or CLOUDINARY_URLNeeds configuration
Email

Send launch and account email

RESEND_API_KEYNeeds configuration
Analytics

Measure product use with consent

NEXT_PUBLIC_POSTHOG_KEYNeeds configuration
Monitoring

Capture production failures

SENTRY_DSNNeeds configuration