Why is initscript not part of the API?

The ‘initscript’ method is mentioned in the Gradle User Guide Version 2.1, and I believe it’s implemented by org.gradle.initialization.InitScript. However I couldn’t find it in the Javadoc pages or in the DSL Reference.

Shouldn’t it be part of the API?