Vercel is a platform for frontend frameworks and static sites, enabling developers to host websites and web services that deploy instantly, scale automatically, and require minimal configuration.
131
Available Tools
0
Triggers
Create new deployment
Tool to create a new deployment. Use when you need to deploy files or a Git commit to a Vercel project. Example for file deployment: { "name": "my-app", "files": [ {"file": "index.html", "data": "Hello World"}, {"file": "style.css", "data": "body { font-family: Arial; }"} ], "target": "production" } Example for Git source deployment (deploy from GitHub branch - uses latest commit): { "name": "my-app", "gitSource": { "type": "github", "repoId": "668449998", "ref": "main" } } Example for Git source deployment (deploy specific commit): { "name": "my-app", "gitSource": { "type": "github", "repoId": "668449998", "ref": "main", "sha": "a1b2c3d4e5f6g7h8i9j0" } } Note: repoId must be the numeric GitHub repository ID (NOT 'owner/repo'). Get it via: GET
Create or Transfer Domain
Tool to add an existing domain to the Vercel platform. Use when you need to add a domain to Vercel for DNS management or transfer a domain. Supports two methods: 'add' for adding existing domains and 'move-in' for transferring domains (requires authorization token).
Create Vercel Project (v2)
Tool to create a new Vercel project with comprehensive configuration options. Use when you need to create a project with specific settings like environment variables, framework selection, Git repository connection, resource configuration, or deployment policies.
Create Project Transfer Request
Tool to create a project transfer request. Use when you need to initiate a transfer of a Vercel project to another account or team.
Delete Edge Config
Tool to delete an Edge Config by its unique identifier. Use when you need to permanently remove an Edge Config and all its associated data.
Delete Edge Config Tokens (v2)
Tool to delete one or more Edge Config tokens. Use when you need to revoke access tokens from an Edge Config. Note: The tokens array must contain the actual token values, not token IDs.
Delete Vercel Project (v2)
Tool to delete a Vercel project by ID or name. Use after confirming the correct project identifier to permanently remove the project.
Edit Project Environment Variable
Tool to edit an environment variable in a Vercel project. Use when you need to update an existing environment variable's value, type, target environments, or other properties. Requires both the project identifier and the environment variable ID.
Get Active Attack Status
Tool to read active attack data from Vercel Firewall for a specific project. Use when you need to check if a project is under attack or retrieve security anomaly information.
Get Bulk Domain Availability
Tool to check availability for multiple domains at once. Use when you need to verify availability of multiple domain names efficiently in a single request. Supports checking up to 50 domains per request. Only domains with Vercel-supported TLDs can be checked.
Get Deployment Events
Tool to get deployment events for a specific Vercel deployment by ID or URL. Use when you need to retrieve build logs, event streams, or monitor deployment progress.
Get Deployment Runtime Logs
Tool to retrieve runtime logs for a specific Vercel deployment by project and deployment ID. Use when you need to debug or monitor deployment execution with detailed runtime information.
Get Domain Information
Tool to retrieve complete information for a single domain. Use when you need to check domain details, ownership verification status, nameserver configuration, or domain service type.
Get Domain Configuration
Tool to get a domain's configuration details from Vercel. Use when you need to check how a domain is configured, what DNS records are recommended, or verify domain setup. Returns configuration status, accepted SSL challenges, and recommended DNS records (CNAME and IPv4).
Get Edge Config Token
Tool to retrieve details of a specific token associated with an Edge Config. Use when you need metadata for an existing Edge Config token.
Get Project Domain
Tool to retrieve details about a specific domain attached to a Vercel project. Use when you need to check domain configuration, verification status, redirect settings, or git branch associations.
List Project Domains
Tool to retrieve all domains attached to a Vercel project. Use when you need to verify domain configuration, check verification status, audit redirect/branch bindings, or before performing domain operations.
Get Projects
Tool to retrieve a list of projects from Vercel. Use this to get project information with optional filtering by repository, team, or other criteria.
Get Rolling Release
Tool to retrieve active rolling release information for a Vercel project. Use when you need to check the status of a gradual deployment rollout.
Get Team Details
Retrieves detailed information about a specific Vercel team by its ID or slug. Returns comprehensive team metadata including billing, membership, resource configuration, and settings. Use this to get team details before performing team-specific operations. The teamId parameter accepts either a team ID (e.g., 'team_xxx') or team slug (e.g., 'my-team').
List Deployment Checks
Tool to retrieve a list of checks for a specific deployment. Use after a deployment to inspect check statuses and results.
Get Domains
Tool to list all domains from Vercel. Use this to retrieve domain information including verification status, nameservers, and ownership details.
Get Edge Config Items
Tool to retrieve all items from a specific Edge Config. Use when you need to inspect all key-value pairs stored in an Edge Config.
Get Project Members
Tool to list all members of a Vercel project. Use when you need to retrieve member information, check access permissions, or audit project membership.
Move Project Domain
Tool to move a domain from one Vercel project to another. Use when you need to transfer domain ownership between projects.
Pause Vercel Project
Tool to pause a Vercel project. Use when you need to temporarily disable a project to prevent new deployments and stop serving traffic.
Unpause Vercel Project
Tool to unpause a specific project by its ID. Use after identifying a paused project to enable auto assigning custom production domains and unblock the active Production Deployment.
Update Edge Config
Tool to update an Edge Config by changing its slug. Use when you need to rename an Edge Config to reflect a new purpose or organizational structure.
Update Edge Config Items
Tool to update items within a specific Edge Config. Use when you need to batch modify, add, or remove key-value pairs in an existing Edge Config.
Update Vercel Project (v2)
Tool to update an existing Vercel project configuration. Use when you need to modify project settings such as framework, build commands, environment configuration, or deployment protection settings.
Update Project Domain
Tool to update a project domain in Vercel. Use when you need to modify domain settings such as git branch association, redirects, or redirect status codes for an existing project domain.
Get started with Agent Jam and connect Vercel along with 700+ other apps to supercharge your workflow.