---
Title: Vercel
URL Source: https://www.company-skill.com/p/vercel
Language: en
Last-Modified: 2026-05-08T10:19:17+00:00
Description: Vercel is a cloud platform for frontend frameworks and static sites, offering capabilities across multiple domains including deployment management, function management, feature management, image optim
---

# Vercel

> Vercel is a cloud platform for frontend frameworks and static sites, offering capabilities across multiple domains including deployment management, function management, feature management, image optimization, domain management, project configuration, integrations, edge infrastructure, observability, security, AI platform, and team/account management.

Vercel is available as agent-callable skills via DaaS. Route any question to the best skill with `POST https://www.company-skill.com/api/route` `{"query": "...", "product": "vercel"}`.

## What you can do

- [Configure functions](https://www.company-skill.com/p/vercel/vercel-configure-functions.md): This skill helps users choose the right path to Configure Vercel serverless functions. Use this skill BEFORE diving into implementation details — it routes you to the appropriate detail skill based on
- [Deploy application](https://www.company-skill.com/p/vercel/vercel-deploy-application.md): This skill helps users choose the right path to Deploy an application to Vercel. Use this skill BEFORE diving into implementation details — it routes you to the appropriate detail skill based on your 
- [Integrate services](https://www.company-skill.com/p/vercel/vercel-integrate-services.md): This skill helps users choose the right path to Integrate third-party services (e.g., CMS). Use this skill BEFORE diving into implementation details — it routes you to the appropriate detail skill bas
- [Manage flags](https://www.company-skill.com/p/vercel/vercel-manage-flags.md): This skill helps users choose the right path to Manage feature flags and A/B tests. Use this skill BEFORE diving into implementation details — it routes you to the appropriate detail skill based on yo

## Frequently asked questions

### Should I use the API or the console?

Use the console for initial setup, exploration, and one-off tasks. Use the API for automation, CI/CD, and programmatic management.

### How do I obtain an API key?

Go to [Account Settings > Tokens](https://vercel.com/account/tokens) in the Vercel dashboard to create a token with required scopes.

### What is the difference between CLI and console operations?

The CLI (`vercel` command) is ideal for local development and scripted deployments; the console provides visual feedback and advanced configuration UIs.

### What should I do when I encounter a deployment error?

Check build logs in the deployment view. For sandbox-related errors (e.g., `SANDBOX_NOT_LISTENING`), refer to the troubleshooting skills.

### Where are feature flag SDK keys managed?

In the Vercel dashboard under Project Settings > Feature Flags > SDK Keys, or use the `vercel-feature_flags` API skill.

## Use with an AI agent

```bash
curl -s https://www.company-skill.com/api/route \
  -H 'Content-Type: application/json' \
  -d '{"query": "...", "product": "vercel"}'
```

MCP server: https://www.company-skill.com/api/mcp/vercel.py

---
Machine-readable: https://www.company-skill.com/llms.txt · https://www.company-skill.com/sitemap.xml
