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…