c
cortex-plugin-vercel
ESMv1.0.0MIT
Official CortexPrism plugin
0.00CortexPrism
cloudcortex-plugindevelopmentdevopsesminfrastructure
Install Command
$ cortex plugin install marketplace:cortexprism.io/plugins/cortex-plugin-vercelConfiguration
Plugin Type
ESM
Entry Point
mod.ts
License
MIT
Capabilities
toolsnetwork:fetchshell:run
Tags
cloudcortex-plugindevelopmentdevopsesminfrastructure
Statistics
Downloads
0
Rating
0.0
/ 5.0
Version
v1.0.0
Published
June 15, 2026
Reviews (0)
No reviews yet. Be the first to rate this plugin!
README
cortex-plugin-vercel
Deploy frontend apps and serverless functions to Vercel and Netlify.
Installation
cortex plugin install marketplace:cortex-plugin-vercel
cortex plugin install github:CortexPrism/cortex-plugin-vercel
cortex plugin install ./manifest.json
Quick Start
cortex tools list
cortex chat --plugin cortex-plugin-vercel
Tools
vercel_deploy — Deploy project to Vercel
project_path(string, required)environment(enum: production/preview/development, preview)env_vars(string, JSON)build_command(string)
vercel_list_deployments — List deployments
project(string)limit(number, 20)
vercel_rollback — Rollback a deployment
deployment_id(string, required)
vercel_get_domains — List domains
project(string)
vercel_list_env_vars — List env vars
project(string, required)environment(string)
Configuration
{
"plugins": {
"cortex-plugin-vercel": {
"enabled": true,
"config": {
"vercelToken": "",
"vercelTeamId": "",
"vercelDefaultProject": "",
"netlifyToken": "",
"netlifyDefaultSite": ""
}
}
}
}
Development
deno task test
deno task lint
deno task validate
License
MIT
Published June 15, 2026 · Updated June 15, 2026