Vercel
Vercel integration fetches recent deployments (especially production ones), project information, and domain configurations for the shipping log.What it powers
- Shipping Log widget — Production deployments appear as shipped items
- KPI Strip — Last deploy timestamp and project name
Getting your token
Sign in to Vercel
Go to vercel.com and sign in.
Go to Account Settings
Click your avatar, then Settings > Tokens (or visit vercel.com/account/tokens directly).
Create a token
Click Create. Give it a name, select the scope, and set an expiration.Copy the token.
Environment variables
.env.local
API details
| Property | Value |
|---|---|
| API base URL | https://api.vercel.com |
| Rate limit | 500 requests/minute |
| Cache TTL | 2 minutes (domains: 5 minutes) |
| Authentication | Bearer token (Authorization: Bearer ...) |
Widgets that use this service
Shipping Log
Shows production deployments as shipped items.
KPI Strip
Last deploy time and project name.