Overview
Vercel is the frontend deployment platform (Next.js home). The Automize Vercel connector covers deployments, projects, domains, DNS, environment variables, teams.
- Regions: Global edge.
- Plans: Hobby + Pro + Enterprise.
Setting up the connection
Auth type: Bearer Token.
- Vercel → Account → Tokens → Create.
- In Automize → Settings → Connectors → Vercel. Paste token.
Find your credentials at https://vercel.com/account/tokens.
Rate limits
Per-token.
Data model
Deployment primitives:
Team ── Projects ─┬─ Deployments
├─ Domains
├─ Environment Variables
└─ DNS RecordsAvailable operations
7 operations available. Click any row to jump to its detail.
| Operation | Category | What it does |
|---|---|---|
| Create Env Variable | General | Create an environment variable |
| Get Deployment | General | Get deployment details |
| Get Project | General | Get project details |
| List Deployments | General | List recent deployments |
| List Domains | General | List all domains |
| List Env Variables | General | List environment variables for a project |
| List Projects | General | List all projects |
Operations
Create Env Variable
Create an environment variable
| Parameter | Required | Type | Description |
|---|---|---|---|
Project Id project_id | Yes | text | |
Key key | Yes | text | |
Value value | Yes | text | |
Target target | Yes | text | |
Type type | Yes | text |
Get Deployment
Get deployment details
| Parameter | Required | Type | Description |
|---|---|---|---|
Deployment Id deployment_id | Yes | text |
Get Project
Get project details
| Parameter | Required | Type | Description |
|---|---|---|---|
Project Id project_id | Yes | text |
List Deployments
List recent deployments
No input parameters.
Tips
- Filter by project, state (READY, ERROR, BUILDING).
List Domains
List all domains
No input parameters.
List Env Variables
List environment variables for a project
| Parameter | Required | Type | Description |
|---|---|---|---|
Project Id project_id | Yes | text |
List Projects
List all projects
No input parameters.
Tips
- Per team.
FAQ
- vs Netlify?
- Vercel: Next.js-native + edge-functions focus. Netlify: broader JAMstack + forms + DNS.