Advanced Deployment Protection: Does $150/mo cover all projects?

I have 3 questions about Advanced Deployment Protection:

  1. Is the $150/month Advanced Deployment Protection add-on the only way to make deployments truly private? Meaning only authenticated Vercel users who are members of my team can access both deployment and production domain URLs?

  2. If so, does the $150/month fee cover all projects in my workspace? For example, if I have 10 projects, can I apply protection to all of them under that single fee?

  3. Is enabling “All Deployments” under Vercel Authentication (unlocked by the add-on) the correct setting to achieve this, or is there another setting I should be using? (like Password Protection)

I’ve read all the documentation, but have not found explicit answers to the above. As such, I’d really appreciate this community’s feedback.

Thank you!

Yes :+1:

  • The $150/mo Advanced Deployment Protection is workspace-wide, so it covers all projects in your workspace (you don’t pay per project).
  • Yes, it’s the right feature if you want deployments (including production) to be accessible only to authenticated Vercel team members.
  • And yes, “All Deployments” + Vercel Authentication is the correct setup for that use case.

Password Protection is just a simple shared password layer — it’s not the same level of team-based access control.