Vercel
Vercel

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.

Completely Secure
120164VIEWS
2050USERS

Tools

1 of 7

Add Environment Variable

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".

Check Cache Artifact Exists

Tool to check if a cache artifact exists by its hash. Use when verifying whether a cache artifact is already stored before upload.

Check Domain Availability

Tool to check if a domain is available for registration. Use when you need to verify domain availability before purchase.

Check Domain Price

Tool to check the price for a domain before purchase. Use when evaluating cost and availability prior to domain registration.

Create Auth Token

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"

Create Edge Config

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.