Skip to main content
A type-safe API client for the Vercel Platform API, auto-generated from the official OpenAPI specification with full TypeScript support.

Features

  • Type-Safe - Full TypeScript support with auto-generated types from OpenAPI spec
  • Zod Schemas - Runtime validation with Zod schemas for all API types
  • Auto-Updated - Daily regeneration from upstream OpenAPI specs

Installation

Usage

Basic Usage

With Fetchers API

Type Exports

Zod Schemas

API Reference

The client exposes all Vercel API endpoints including:
  • Projects - Create, list, update, and delete projects
  • Deployments - Manage deployments and rollbacks
  • Domains - Configure custom domains
  • Environment Variables - Manage env vars across environments
  • Teams - Team and member management
  • Edge Config - Edge configuration management
  • And more…
For the complete API reference, see the Vercel REST API documentation.