{"openapi":"3.1.0","info":{"title":"Vercel REST API","description":"Vercel API는 프로젝트 배포, 도메인 관리, 환경 변수 설정, 배포 로그 조회, 팀 관리를 프로그래밍 방식으로 제어합니다. CI/CD 파이프라인 자동화, 배포 대시보드, 인프라 관리 도구에 활용됩니다.","version":"1.0.0","x-fusepie-id":"vercel-api","x-fusepie-category":"data","x-fusepie-provider":"Vercel"},"servers":[{"url":"https://api.vercel.com","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_vercel_api","summary":"Vercel REST API","description":"Vercel API는 프로젝트 배포, 도메인 관리, 환경 변수 설정, 배포 로그 조회, 팀 관리를 프로그래밍 방식으로 제어합니다. CI/CD 파이프라인 자동화, 배포 대시보드, 인프라 관리 도구에 활용됩니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"Get your API key from: https://vercel.com/account/tokens"}}},"x-mcp-config":{"mcpServers":{"vercel-api":{"command":"npx","args":["-y","@fusepie/mcp-vercel-api"],"env":{"API_KEY":""}}}}}