Early 2021 WebPageTest switched license to a non Open Source license. The server and the agent have a branch that is using the Apache license but the branch hasn't been an update there for a year.
Last week our WebPageTest instance stopped working T301957 and I made sure we use the right branches.
Today we run those unmodified branches, and use the API using https://github.com/WebPageTest/webpagetest-api. The problem with the API is that it isn't branched off and is developed against the master branch in WebPageTest. That means the API can get new functionality that do not work with the branch we are using.
Lets work out a strategy for how we will continue use WebPageTest and document it.