Prerequisites
- Vercel account with project access
- Vercel API token
Setup
Option 1: Interactive CLI
Option 2: Environment variables
Add to your.env:
Option 3: Persistent store
Creating a Vercel API token
- In Vercel, go to Account Settings → Tokens
- Click Create Token
- Give it a name (e.g.,
healops) and set the scope to Full Account or a specific team - Copy the token
For team accounts, find your Team ID in Team Settings → General → Team ID.
Verify
Troubleshooting
Security best practices
- Create a dedicated read-only token for HealOps — do not reuse deployment tokens.
- Store the token in
.env, not in source code. - Rotate tokens periodically.
Tracer