Vercel
Connect Vercel to access deployments, domains, and project status for shipping velocity insights.
Overview
| Auth method | OAuth 2.0 (Vercel Integration) |
| Scopes | Configured in integration settings |
| Setup time | ~10 minutes |
How to connect
- Navigate to Settings → Integrations → Connectors
- Click Connect on the Vercel integration
- Authorize the Cendriix integration on your Vercel account or team
- 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:
- Create a Vercel Integration at vercel.com/dashboard/integrations/console
- Set the redirect URL to:
https://api.<your-domain>/v1/connectors/vercel/oauth/callback - Configure the required permissions in the integration settings
- 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