vercel

Manage Vercel deployments, logs, projects, and environment variables via REST API.

6.8k|508|Updated Apr 26, 2025
One-click install
npx skills add https://github.com/stagewise-io/stagewise --skill vercel-stagewise-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel
Source: https://github.com/stagewise-io/stagewise/tree/main/apps/browser/bundled/plugins/vercel
Command: npx skills add https://github.com/stagewise-io/stagewise --skill vercel-stagewise-io

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides seamless access to the Vercel REST API, allowing developers to manage deployments, inspect logs, and configure environment variables without leaving their current tool.

Core Features & Use Cases

  • Deployment Management: List, inspect, redeploy, and cancel Vercel deployments.
  • Log Inspection: Fetch build and runtime logs for any deployment.
  • Environment Variable Handling: Read, add, update, and delete project environment variables.
  • Use Case: Automatically redeploy a staging environment after a successful build or check the status of a production deployment.

Quick Start

Use the vercel skill to list the 5 most recent production deployments for the project 'my-app'.

Frequently Asked Questions about vercel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Vercel deployments programmatically?

You can manage Vercel deployments programmatically by using this Skill to access the Vercel REST API, enabling you to list, inspect, redeploy, and cancel builds directly through API calls.

What do I need to fetch Vercel deployment logs via API?

To fetch Vercel deployment logs via API, you need a Vercel Personal Access Token for authentication. This Skill uses the token to retrieve build and runtime logs for any deployment.

Can I update environment variables for Vercel projects without the CLI?

Yes, you can read, add, update, and delete Vercel project environment variables without the CLI by using this Skill's REST API access to configure settings programmatically.

What's the best way to check Vercel production deployment status?

The best way to check Vercel production deployment status is to query the REST API via this Skill, which allows you to inspect current deployments and trigger redeploys if necessary.

Does this Vercel API integration support canceling active builds?

Yes, this Vercel API integration supports canceling active builds. It provides direct REST API endpoints to cancel ongoing deployments and manage your CI/CD pipeline state.