adkApiModule

fun Application.adkApiModule(config: AdkServerConfig)

Installs the ADK agent runtime contract: health, version, app discovery, sessions, artifacts and the run endpoints.

The Development UI stays unmounted unless AdkServerConfig.webUiEnabled or the adk.web.ui.enabled property asks for it; the development surface is installed separately.

Your engine decides the interface: AdkServerConfig.host is read by AdkApiServer, not here.