1. MuleSoft Official Documentation, "What Is API Management?": This document defines API Management as the process of managing APIs across their lifecycle. It explicitly states a key benefit is to "Establish security policies and ensure that only authorized users can access your APIs."
2. MuleSoft Official Documentation, "API Manager": "API Manager is a component of Anypoint Platform for managing, governing, and securing your APIs... You can... Apply policies to your APIs to help you control access and traffic." This directly supports the use of policies for authentication and authorization as described in the question.
3. MuleSoft Official Documentation, "API Gateway": This resource explains that the API Gateway is the component that enforces the policies configured in API Manager. It describes the gateway's role as "enforcing security policies" and acting as a dedicated orchestration layer for securing backend services.