---
title: "Vercel Documentation"
url: https://stacklist.com/card/562dc458-c7ae-4d33-9747-b832bc4486f0
source_url: "https://vercel.com/docs"
stack: https://stacklist.com/c/technology/stack/203bc96e-6738-4a64-bd6c-5833c6739176
summary: "Vercel's deployment and platform documentation covers deploying applications via CLI or Git integration, along with AI infrastructure including AI Gateway, AI SDK, and agent tooling. The platform provides tools for building, securing, collaborating, and scaling applications with features like serverless functions, WAF, DDoS mitigation, and a globally distributed delivery network."
tags: "vercel, deployment, ai-gateway, next-js, cloud-platform, ai-sdk, serverless"
key_entities: "Vercel (organization), Next.js (technology), AI Gateway (technology), AI SDK (technology), v0 (technology), Claude (technology), OpenAI (organization), Anthropic (organization), Serverless Deployment (concept), eve (technology), MCP Servers (technology)"
classification: "reference"
content_hash: "sha256:2157debbc5303e65c298264bce4f7300066a51b25d496eb62c323550d7139c0d"
acp_version: "0.2"
token_counts_approximate: 1246
visibility: public
agent_accessible: true
status: "final"
---

# Vercel Documentation

Ship anything with Vercel Deploy your app on Vercel in three steps: install the CLI, add agent support if you use an AI coding agent, and deploy. Get started Get AI Gateway key Use a skill TypeScript Python cURL index.ts import { generateText } from &#x27;ai&#x27; ; const { text } = await generateText ({ model : &#x27;anthropic/claude-opus-4.7&#x27; , prompt : &#x27;What is the capital of France?&#x27; , }); index.py import os from openai import OpenAI client = OpenAI ( api_key = os. getenv ( &#x27;AI_GATEWAY_API_KEY&#x27; ), base_url = &#x27;https://ai-gateway.vercel.sh/v1&#x27; ) response = client . chat . completions . create ( model = &#x27;openai/gpt-5.5&#x27; , messages = [{ &#x27;role&#x27; : &#x27;user&#x27; , &#x27;content&#x27; : &#x27;Why is the sky blue?&#x27; }] ) index.sh curl -X POST &quot;https://ai-gateway.vercel.sh/v1/chat/completions&quot; \ -H &quot;Authorization: Bearer $AI_GATEWAY_API_KEY&quot; \ -H &quot;Content-Type: application/json&quot; \ -d &#x27;{ &quot;model&quot;: &quot;openai/gpt-5.5&quot;, &quot;messages&quot;: [ { &quot;role&quot;: &quot;user&quot;, &quot;content&quot;: &quot;Why is the sky blue?&quot; } ] }&#x27; Connect your Git repository to deploy on every push, with automatic preview environments for testing changes before production. Build with AI AI Gateway Access hundreds of models through one endpoint with budgets, fallbacks, and monitoring. eve eve is a filesystem-first framework for building durable backend AI agents. Agents Build autonomous workflows and conversational interfaces with the AI SDK. Sandbox Run untrusted code in secure, ephemeral execution environments. Build your applications Use one or more of the following tools to build your application depending on your needs: Next.js Build full-stack applications with Next.js or any of our supported frameworks. Functions API routes with Fluid compute, active CPU, and provisioned memory — perfect for AI workloads. Routing Middleware Customize your application&#x27;s behavior with code that runs before a request is processed. Incremental Static Regeneration Automatically regenerate your pages on a schedule or when a request is made. Image Optimization Optimize your images for the web. Manage Environments Local, preview, production, and custom environments. Use Vercel&#x27;s AI infrastructure Add intelligence to your applications with Vercel&#x27;s AI-first infrastructure: v0 Iterate on ideas with Vercel&#x27;s AI-powered development assistant. AI SDK Integrate language models with streaming and tool calling. AI Gateway Route to any AI provider with automatic failover. MCP Servers Create tools for AI agents to interact with your systems. Agent Resources Access documentation for AI tools, MCP servers, agent skills, and more. Claim Deployments Allow AI agents to deploy a project and let a human take over. Secure your applications Secure your applications with the following tools: Deployment Protection Protect your applications from unauthorized access. RBAC Role-based access control for your applications. Configurable WAF Customizable rules to protect against attacks, scrapers, and unwanted traffic. Bot Management Protect your applications from bots and automated traffic. BotID An invisible CAPTCHA that protects against sophisticated bots without challenges. Platform DDoS Mitigation Protect your applications from DDoS attacks. Collaborate with your team Collaborate with your team using the following tools: Toolbar An in-browser toolbar to leave feedback, manage flags, preview drafts, and inspect performance. Comments Let teams and invited collaborators comment on your preview and production environments. Draft Mode View your unpublished headless CMS content on your site. Deploy and scale Vercel handles infrastructure automatically and provides these tools to help you deploy and scale: Vercel Delivery Network Fast, globally distributed execution. Rolling Releases Roll out new deployments in increments. Rollback Deployments Roll back to a previous deployment for swift recovery from production incidents. Observability Suite Monitor performance and debug your AI workflows and apps. Guides and tutorials Extend your knowledge with in-depth guides, videos, and tutorials on the Vercel Knowledge Base : Agent Stack Build AI agents, integrate language models, and deploy AI-powered apps. Backend Server-side patterns, API routes, database connections, and compute. Services Deploy multiple frontends and backends within a single Vercel project. Domains Manage domains and DNS records for your Vercel projects. Security Protect your apps with authentication, firewall rules, and compliance guides. CDN Cache content globally, route requests, and run compute close to your data. Integrations Connect third-party tools, CMSs, and services to your Vercel project. Migrations Bring your existing apps, agents, and workflows to Vercel&#x27;s agentic infrastructure. Next Start / Getting started Was this helpful? supported. Send
