Copy for Agents Feature
Vercel Toolbar now includes "Copy for Agents" functionality that enables developers to share complete visual context from their deployed applications with AI coding agents. This feature captures structured information about the current page state, layout, and component hierarchy.
What Gets Captured
When using the copy feature, agents receive comprehensive context including:
- Page Location: Current URL of the deployed application
- Viewport Information: Screen dimensions (e.g., 1920x1080)
- Selected Elements: Specific text and CSS selectors for UI components
- Component Hierarchy: React component tree structure showing parent-child relationships
- Original Comments: The developer's deployment feedback or instructions
How It Works
Instead of manually describing where changes are needed in a deployed app, developers can now copy comments directly from the Vercel Toolbar with all technical details intact. The context is structured in a format that agents can parse and act on immediately:
Page URL: /dashboard/projects
Viewport: 1920x1080
Selected Text: "Deploy your latest changes"
Selector: button.deploy-btn
Component Tree: App > Dashboard > ProjectList > DeployButton
This approach reduces communication overhead between developers and AI agents, enabling agents to understand exactly where issues occur and what changes are required without requiring additional explanation.
Availability
The feature is available immediately to all Vercel users at no additional cost.