deploy_to_vercel
Deploy frontend, fullstack, or API projects to Vercel. Supports Next.js, Vite, Nuxt, SvelteKit, and more. Requires a Vercel API token for authentication.
Instructions
Deploy a project to Vercel (frontend, fullstack, or API). Supports Next.js, Vite, Nuxt, SvelteKit, and more. Requires a Vercel API token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Vercel API token (get from https://vercel.com/account/tokens) | |
| teamId | No | Vercel Team ID (optional, for team deployments) | |
| envVars | No | Environment variables to set (key-value pairs) | |
| framework | No | Framework preset (nextjs, vite, nuxt, svelte, etc.) | |
| production | No | Deploy to production (default: preview) | |
| projectName | No | Custom project name on Vercel | |
| projectPath | Yes | Absolute path to the project to deploy | |
| buildCommand | No | Custom build command |