openapi: 3.1.0 info: title: Vercel REST Artifacts Teams API description: 'The Vercel REST API provides programmatic control of Vercel projects, deployments, domains, teams, and environment variables. The base URL is https://api.vercel.com and authentication uses a bearer token (personal or team access token). A full OpenAPI specification is published at https://openapi.vercel.sh/. This file is an API Evangelist research artifact for the scalable-platforms topic and captures a representative subset of endpoints. ' version: 1.0.0 contact: name: API Evangelist url: https://apievangelist.com servers: - url: https://api.vercel.com description: Vercel production API security: - BearerAuth: [] tags: - name: Teams paths: /v2/teams: get: summary: List teams operationId: listTeams tags: - Teams responses: '200': description: Teams list. components: securitySchemes: BearerAuth: type: http scheme: bearer bearerFormat: VercelToken