Vercel is a platform for frontend frameworks and static sites, enabling developers to host websites and web services that deploy instantly, scale automatically, and require minimal configuration.
Tool to add an environment variable to a vercel project. use after confirming the project exists and you need to configure secrets or configuration values across environments before deployment. example: "add api key=secret to production".
Tool to check if a cache artifact exists by its hash. use when verifying whether a cache artifact is already stored before upload.
Tool to check if a domain is available for registration. use when you need to verify domain availability before purchase.
Tool to check the price for a domain before purchase. use when evaluating cost and availability prior to domain registration.
Tool to create a new authentication token. use when you need to programmatically generate a new token after validating permissions. example: "create auth token named my-token"
Tool to create a new edge config for a vercel project. use when you need to define edge caching settings before deploying your project across a specified repository.