Skip to Content

Set up your coding agent for Vercel

Install the plugin


llms-full.txt

Give AI coding tools Vercel documentation, reusable skills, and secure access to projects, deployments, and logs.


You can also install AI agents and services from the Vercel Marketplace to automate workflows in your projects.


Install agent skills

npx pluginsaddvercel/vercel-plugin

The llms-full.txt file provides a comprehensive, machine-readable version of Vercel's documentation optimized for large language models.

URL: https://vercel.com/docs/llms-full.txt

Use this file to give AI assistants full context about Vercel's platform, features, and best practices. This is helpful when you want an AI to understand Vercel comprehensively before answering questions or generating code.

Using llms-full.txt with AI tools

You can reference the llms-full.txt file in various AI tools:

  • Claude, ChatGPT, Gemini: Paste the URL or content into your conversation
  • Cursor, Windsurf: Add the URL to your project's context or rules
  • Claude Code: Use the WebFetch tool to fetch the content

Markdown and agent discovery

Every documentation page is available as Markdown, and site-wide indexes help agents find pages and understand how they connect. Use the page-actions menu on any docs page to select View as Markdown or Copy page.

See Markdown and Agent Discovery for details on:

  • Requesting any page as Markdown with the Accept: text/markdown header or the .md extension
  • Using site-wide discovery indexes such as llms.txt and sitemap.md
  • Accessing the complete cross-link graph at /docs/graph.json
  • Exploring per-page .graph.md cross-link maps
  • Feeding documentation to AI assistants

Site-wide discovery files

Agents can use these files to navigate or load the broader documentation set:

Vercel MCP server

https://vercel.com/llms.txt


File

https://vercel.com/docs/sitemap.md

Use

The full Vercel docs corpus in one file

A compact index of Vercel documentation

A semantic page index with summaries and prerequisites

https://vercel.com/docs/taxonomy.json

https://vercel.com/docs/graph.json

https://vercel.com/docs/llms-full.txt

The Vercel MCP server connects AI assistants directly to your Vercel account using the Model Context Protocol. This lets AI tools:

Canonical product names, aliases, and deprecations

The complete cross-site documentation graph

Connect terminal and editor-based coding agents such as Claude Code, OpenAI Codex, Cline, and Roo Code to AI Gateway.

You can reach our customer support team by emailing info@yourcompany.example.com, calling +1 555-555-5556, or using the live chat on our website. Our dedicated team is available 24/7 to assist with any inquiries or issues.

We’re committed to providing prompt and effective solutions to ensure your satisfaction.

We offer a 30-day return policy for all products. Items must be in their original condition, unused, and include the receipt or proof of purchase. Refunds are processed within 5-7 business days of receiving the returned item.

Install skills with a single command:

npx skillsadd


Skills.sh supports 18+ AI agents including Claude Code, GitHub Copilot, Cursor, Cline, and many others. The directory contains skills covering:

  • Framework-specific guidance (React, Vue, Next.js, and more)
  • Development tools (testing, deployment, documentation)
  • Specialized domains (security, infrastructure, marketing)

See Agent Skills for the complete list of Vercel-provided skills, or browse the Skills.sh directory to find skills from the community.

TanStack Intent

TanStack Intent loads agent skills from installed dependencies, keeping the guidance aligned with the package version in your project. Use it when building with libraries that publish skills, such as TanStack AI, Start, and Query.

Follow the TanStack Intent setup instructions to select permitted skills and configure your coding agent. See Choosing between TanStack Intent and skills for how the two tools fit into your workflow.

CLI workflows

End-to-end workflows that show AI agents how to compose Vercel CLI commands into complete work sessions. Each workflow covers a full task from start to finish, including the reasoning between steps.

See CLI Workflows for the full list, including:

Build with an eve template

Deploy an eve template, then customize the agent for your use case:

More resources

The complete guide to Agent Plugins


Cross-link map: Agent Resources (/docs/agent-resources)From the Vercel docs graph (built 2026-09-21T05:26:59.511Z), spanning vercel.com docs + KB, nextjs.org, ai-sdk.dev, and other Vercel documentation sites. Full graph as JSON: https://vercel.com/docs/graph.jsonSemantically closest pagesGetting started with Vercel — Install the Vercel CLI, add the Vercel Plugin or agent skills, and deploy your first project.Markdown and Agent Discovery — Learn how Vercel serves documentation to AI agents as Markdown and helps them discover related pages through content negAgent Skills — Install skills to enhance AI coding agents with specialized capabilities for React, Next.js, deployment, and more.Vercel Plugin for AI Coding Agents — Install the Vercel plugin to give supported AI coding tools Vercel context, skills, specialist agents, slash commands, aBuild with AI agents on Vercel — Install AI agents and services through the Vercel Marketplace to automate workflows and build custom AI systems.This page links to (11)Build with AI agents on Vercel — Install AI agents and services through the Vercel Marketplace to automate workflows and build custom AI systems.Markdown and Agent Discovery — Learn how Vercel serves documentation to AI agents as Markdown and helps them discover related pages through content negAgent Skills — Install skills to enhance AI coding agents with specialized capabilities for React, Next.js, deployment, and more.Use Vercel — Vercel MCP has tools available for searching docs, managing teams, projects, and deployments, and querying Web AnalyticsCLI Workflows — End-to-end workflows that show how to compose Vercel CLI commands into complete debugging, deployment, and recovery sessCoding Agents and Chat Platforms with AI Gateway — Connect coding agents and chat platforms to AI Gateway. Configure Claude Code, Codex, Chatbox, Open WebUI, and more.Rolling back a production deployment — Recover from a bad production deployment by rolling back, investigating the root cause, and redeploying a fix.Debugging slow Vercel Functions — Diagnose and fix slow Vercel Functions using CLI tools, logs, and timing analysis.Debugging production 500 errors — Find, fix, and verify production 500 errors using the Vercel CLI.Deploying a project from the CLI — Set up and deploy a Vercel project using the CLI, from linking to production.The Complete Guide to Agent Plugins — Package Agent Skills and MCP servers into portable plugins that work across compatible AI agent clients with the Agent PPages that link here (1)By site: vercel-docs (1)Getting started with Vercel — Install the Vercel CLI, add the Vercel Plugin or agent skills, and deploy your first project.

Was this helpful?