Skip to main content
HealOps queries Vercel to retrieve deployment status and runtime logs — helping identify whether a recent deployment caused an incident or surface errors from serverless function executions.

Prerequisites

  • Vercel account with project access
  • Vercel API token

Setup

Option 1: Interactive CLI

Select Vercel when prompted and provide your API token.

Option 2: Environment variables

Add to your .env:

Option 3: Persistent store

Creating a Vercel API token

  1. In Vercel, go to Account SettingsTokens
  2. Click Create Token
  3. Give it a name (e.g., healops) and set the scope to Full Account or a specific team
  4. Copy the token
For team accounts, find your Team ID in Team SettingsGeneralTeam ID.

Verify

Expected output:

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.