Versión2.0.0
Categoríadevelopment
AutenticaciónClave de API
Herramientas15
Transportestdio
LicenciaMIT
01
Qué hace
La aplicación, en sus propias palabras.
Vercel platform management — manage projects, deployments, domains, environment variables, and check deployment logs.
02
Herramientas
15 herramientas que el agente puede llamar.
Todas se declaran con parámetros tipados y devuelven resultados estructurados, así que el anfitrión puede renderizarlas en vez de narrarlas.
- add_domainAdd a domain to a Vercel project. The domain must be verified in your Vercel account or will be added for verification.
- cancel_deploymentCancel an in-progress Vercel deployment. Only works for deployments that are currently building or queued.
- create_env_varCreate a new environment variable for a Vercel project. Returns the created env var object.
- delete_env_varDelete an environment variable from a Vercel project by its ID. Use list_env_vars to find the env var ID first.
- get_deploymentGet detailed information about a specific Vercel deployment by its ID or URL.
- get_deployment_eventsGet the build log events for a specific Vercel deployment. Useful for debugging build failures.
- get_domainGet detailed information about a specific domain in your Vercel account.
- get_projectGet detailed information about a specific Vercel project by its name or ID.
- list_aliasesList aliases in your Vercel account. Aliases are custom domains or generated URLs assigned to deployments.
- list_deploymentsList deployments from your Vercel account. Supports filtering by project, state, and target environment.
- list_domainsList domains registered in your Vercel account.
- list_env_varsList all environment variables for a specific Vercel project.
- list_projectsList projects from your Vercel account. Supports filtering by search term and pagination via limit.
- list_teamsList all teams the authenticated Vercel user belongs to.
- redeployRedeploy an existing Vercel deployment. Creates a new deployment using the same source and configuration as the specified deployment.
03
Autenticación y permisos
Qué pide.
Declarado en el manifiesto y por adelantado. La aplicación no puede alcanzar nada que no haya pedido aquí.
Secretos de usuario
API_TOKEN
Seguir leyendo
El manifiesto y el código de Vercel están en el monorepo, junto al resto de aplicaciones.