Query Web Analytics from the Vercel CLI Vercel launched a CLI command, `vercel metrics`, enabling users to query Web Analytics datapoints such as page views, visitors, and custom events directly from the terminal. The tool allows developers and coding agents to analyze traffic, compare trends, and answer performance questions without leaving the command line. You can now query Web Analytics datapoints directly through the Vercel CLI. Using the vercel metrics command, you can pull page views, visitors, and custom events for your Vercel projects to analyze traffic, compare trends, and answer questions about site performance. By providing a coding agent access to the CLI, an agent can answer questions such as: Which pages gained the most traffic this week? Which UTM campaigns drove the most signups this month? Compare conversion events between mobile and desktop users. For more details on how to use the CLI command and a complete list of supported metrics, dimensions, filters, and query options, explore the documentation https://vercel.com/docs/analytics/accessing-metrics-with-vercel-cli .