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
- Go to vercel.com > Settings > Tokens
- Create a new token
- Copy the token
# In gridwork-hq/.env.local
VERCEL_API_KEY=your-vercel-token
VERCEL_TEAM_ID=your-team-id # Leave blank for personal accountsEnvironment Variables
| Variable | Required | Purpose |
|---|---|---|
VERCEL_API_KEY | No | Vercel personal access token |
VERCEL_TEAM_ID | No | Team 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