Tools

Vercel locks agent-created deployments behind SSO; 'vercel curl' fixes 401 issue

Vercel protects deployments generated by AI agents (for example with Okta SSO) with its authentication, even in Production environments, effectively creating an internal 'intranet' from apps based on v0, Codex or Claude.

Vercel protects deployments generated by AI agents (for example with Okta SSO) with its authentication, even in Production environments, effectively creating an internal 'intranet' from apps based on v0, Codex or Claude. If an agent receives a 401 Unauthorized error from its own deployment, the solution is vercel curl (or the vc prefix), which can access internal URLs of the Vercel ecosystem.