Daily News · 2 min read

Vercel AI Updates: May 6, 2026

1. Vercel Locks Down Marketplace Integration Credentials to Production-Only

Vercel. A new Marketplace setting lets teams scope an integration resource to production environments only, removing non-production access and storing credentials as sensitive environment variables. Once flagged, secret values are no longer readable from the dashboard or the CLI — addressing the common leak path where preview or development environments expose third-party tokens. Useful guardrail for anyone wiring databases, queues, or AI providers through Vercel Marketplace. Source

2. vercel metrics CLI Brings Observability Plus Data Into the Terminal

Vercel. The new vercel metrics command, in public beta for Observability Plus teams, exposes performance, reliability, and security metrics directly from the CLI. Vercel is positioning it as a primitive for coding agents — letting an agent pull production telemetry without leaving the shell — as much as for human operators debugging during incidents. Source

3. AI SDK Ships Stable Patch Release 5.0.185 Across Vue and Svelte Adapters

Vercel. Vercel’s AI SDK pushed coordinated patch releases on the stable line, with @ai-sdk/vue@2.0.185 and @ai-sdk/svelte@3.0.185 both picking up the underlying ai@5.0.185 dependency bump. No new public APIs, but worth pinning if you’re tracking the stable channel rather than the in-progress v6 canaries. Source