Skip to Content

Vercel

Connect Vercel to access deployments, domains, and project status for shipping velocity insights.

Overview

Auth methodOAuth 2.0 (Vercel Integration)
ScopesConfigured in integration settings
Setup time~10 minutes

How to connect

  1. Navigate to Settings → Integrations → Connectors
  2. Click Connect on the Vercel integration
  3. Authorize the Cendriix integration on your Vercel account or team
  4. Once authorized, deployment data becomes available to Cendriix agents

Admin setup (self-hosted)

If you’re running Cendriix on your own infrastructure, an admin needs to:

  1. Create a Vercel Integration at vercel.com/dashboard/integrations/console 
  2. Set the redirect URL to: https://api.<your-domain>/v1/connectors/vercel/oauth/callback
  3. Configure the required permissions in the integration settings
  4. Store the credentials in AWS Secrets Manager at cendriix/prod/connectors/vercel:
    { "client_id": "...", "client_secret": "..." }

Capabilities

Once connected, Cendriix agents can:

  • Read deployment status and logs
  • Access project configuration and domains
  • Reference deployment history when debugging or planning releases

Security notes

  • Vercel integration tokens are long-lived and do not support refresh — re-authorize to renew
  • Integrations are uninstalled via the Vercel dashboard
  • Disconnect at any time from Settings → Integrations → Connectors

Further reading

Last updated on