Uplink Docs
App URLs

App URLs

Served apps use this host shape:

https://<name>-<device-slug><namespace>.<edge-domain>

<name> comes from --name, the default app<port>, or the service key in uplink.yaml.

<device-slug> and <namespace> come from the local profile. In managed login mode, the namespace is read from the identity token. In self-hosted key mode, the local device profile supplies the host components used for that edge.

<edge-domain> is the edge you serve through. Managed edges come from the control-plane registry; self-hosted edges are added locally with uplink edge add or supplied with UPLINK_EDGE.