
eve Agent Runs now available in the Vercel MCP and CLI
Quick Answer
Vercel has introduced Agent Runs in its MCP and CLI, enabling users to inspect project activities, list recent runs, and retrieve detailed traces including reasoning and tool usage.
Quick Take
Vercel has introduced Agent Runs in its and CLI, enabling users to inspect project activities, list recent runs, and retrieve detailed traces including reasoning and tool usage. This feature allows coding agents to debug their runs directly via CLI commands, enhancing project management capabilities.
Key Points
- Agent Runs allows inspection of project activities via Vercel MCP and CLI.
- Users can list recent runs and retrieve full traces including reasoning and tool calls.
- Every CLI command supports machine-readable output for easier debugging.
- Coding agents can ask specific questions about their projects using CLI commands.
- Vercel MCP tools and CLI commands enhance project management and debugging.
Article Excerpt
From source RSS / original summaryYour coding agent can now inspect eve via the Vercel and CLI. Agent RunsThe new and let you find projects with Agent Runs activity, list recent runs, and retrieve full traces, including reasoning, tool calls, and token usage. Vercel MCP toolsVercel CLI commandsVercel 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.
--jsonAsk your coding agent questions like "Show me the latest production Agent Runs for my project" or "Inspect Agent Run for my project". wrun_123Get started by installing the Vercel MCP:Or upgrade to the latest version of the Vercel CLI:Read more: 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_tracevercel agent-runs projectsvercel agent-runs listvercel agent-runs inspect <runId>vercel agent-runs trace <runId>
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from Vercel AI
See more →
The Agent Stack
The Agent Stack by Vercel AI provides essential building blocks for creating production-grade agents, enabling seamless integration across multiple AI models and secure operations. It features components like AI Gateway for model routing, Workflow SDK for durable execution, and Vercel Connect for scoped access, streamlining agent development and deployment across various platforms.

