The DropJuly 3, 2026via Vercel Blog

Agent Runs now available in the Vercel MCP and CLI

Why it matters

Vercel is embedding agent observability directly into its deployment platform, letting builders debug and optimize AI agent behavior in production. This moves agent management from black-box to transparent, critical for teams shipping multi-agent systems at scale.

Key signals

  • Vercel MCP and CLI now support full agent trace inspection
  • Traces automatically ingested when deployed to Vercel
  • Four new CLI commands: list_agent_run_projects, list_agent_runs, get_agent_run, get_agent_run_trace
  • Traces include reasoning, tool calls, token usage, and subagent data
  • JSON output support for machine-readable traces
  • Enables agents to self-debug and update skills based on run data

The hook

Vercel just shipped Agent Runs debugging for production AI workflows—trace reasoning, tool calls, and token usage without leaving the CLI.

Your agent can now inspect via the Vercel MCP and CLI for , the open-source agent framework.Agent Runseve eve traces are automatically ingested when deployed to Vercel and available as Agent Runs. The new and let you find projects with runs, list recent runs, and retrieve full traces, including reasoning, tool calls, and token usage.Vercel MCP toolsVercel CLI commands Vercel MCP tools: Vercel CLI commands: Every CLI subcommand supports for machine-readable output, and traces render as markdown when piped, so coding agents without MCP access can call the CLI directly to debug their own runs.--json Ask your coding agent questions like "Show me the latest production Agent Runs for my project" or "Update skills based on recent runs". Get started by installing the Vercel MCP: Or upgrade to the latest version of the Vercel CLI: : Find projects in a team with Agent Runs activity.list_agent_run_projects : List recent runs for a project.list_agent_runs : Inspect metadata, lifecycle events, usage, and subagent data.get_agent_run : Retrieve trace data for a run, including turns, messages, reasoning, tool calls, token usage, and tool input/output.get_agent_run_trace vercel agent-runs projects vercel agent-runs list vercel agent-runs inspect <runId> vercel agent-runs trace <runId>

Get stories like this every Friday.

The 5 AI stories that matter — free, in your inbox.

Free forever. No spam.