Google App Engine is a platform as a service (PaaS) released by Google in 2008 that allows users to build and host web applications in Google's infrastructure. It provides automatic scaling, load balancing, data storage and APIs for common services like user authentication. Developers code applications using languages like Java or Python and deploy them without having to worry about provisioning servers, running databases or managing middleware. The platform handles tasks like code and traffic management automatically behind the scenes.