--- title: 'Vercel' description: 'Manage deployments, projects, and domains on the Vercel platform.' --- # Vercel Manage deployments, projects, and domains on the Vercel platform. | Detail | Value | |---|---| | Category | Cloud & Infra | | Base URL | `https://api.vercel.com` | | Authentication | Bearer Token | | Endpoints | 5 | | Connector key | `vercel` | ## Using Vercel in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Vercel** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /v9/projects](./get_v9_projects_hosting_listprojects) | List all projects | | [GET /v9/projects/{idOrName}](./get_v9_projects_idorname_hosting_getproject) | Get a project | | [GET /v6/deployments](./get_v6_deployments_hosting_listdeployments) | List deployments | | [GET /v5/domains](./get_v5_domains_hosting_listdomains) | List domains | | [GET /v2/teams](./get_v2_teams_hosting_listteams) | List teams | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.