Development

Vercel Integration

Track deployments — list projects and deployments, get a deployment, and set env vars or cancel a deployment (writes require approval).

Capabilities

This integration enables workers to:

  • List projects
  • List deployments
  • Get a deployment
  • Set an environment variable (approval-gated)
  • Cancel a deployment (approval-gated)

Setup

Follow these steps to connect Vercel:

  1. Create a Vercel access token (Account Settings → Tokens)
  2. Navigate to Integrations and click 'Add Connection'
  3. Select Vercel and paste your access token (and team ID if the projects live under a team)
  4. Assign your operations/engineering workers to use it

Official links

Security

  • The access token is encrypted at rest (AES-256-GCM)
  • Scope the access token to least privilege (only the team/projects the worker needs)
  • Setting env vars and cancelling deployments require human approval

Credential Storage

All integration credentials are encrypted at rest using AES-256-GCM encryption. OAuth tokens are automatically refreshed when needed.

Supported Roles

The following roles can use this integration by default:

Related Documentation