Register the domain
Registering a domain and verifying its DNS are account setup. A workload’sdomain setting selects a registered hostname and creates no DNS records.
Point a workload at it
A workload names the hostname in itsdomain setting:
custom_domain.py, replace app.acme.com with your verified
hostname, then run uv run lazycloud deploy custom_domain:count_words.
Send a request as in the
quickstart, with your custom
URL. The endpoint still requires authentication by default.
@app.endpoint, @app.asgi, and @app.realtime accept domain.
The hostname must be the registered domain or a name under it.
