GridWork HQ
Integrations

Vercel

Connect Vercel for deployment monitoring and project management.

Vercel

The Vercel integration provides deployment monitoring for your client sites and the dashboard itself.

What It Does

  • Deployment status — shows recent deployments, build status, and deployment URLs in the Ops Monitor
  • Project tracking — displays Vercel project data alongside GitHub repo information

Setup

  1. Go to vercel.com > Settings > Tokens
  2. Create a new token
  3. Copy the token
# In gridwork-hq/.env.local
VERCEL_API_KEY=your-vercel-token
VERCEL_TEAM_ID=your-team-id  # Leave blank for personal accounts

Environment Variables

VariableRequiredPurpose
VERCEL_API_KEYNoVercel personal access token
VERCEL_TEAM_IDNoTeam ID (blank for personal accounts)

Without This Integration

Without Vercel credentials:

  • Deployment monitoring sections show "Not configured"
  • All other dashboard functionality works normally
  • You can still deploy to Vercel — the API key is only for monitoring within the dashboard

On this page