Routes & surfaces
Exact hosts depend on your deployment, but paths are usually shaped like the examples below.
| Surface | Typical path patterns |
|---|---|
| Marketing site | Locale-prefixed marketing pages such as /{locale}/… |
| Operator dashboard | /organizations/{organizationId}/… for tenant-scoped tools |
| Guest web app | /landing/{id}, /tours/{id} (and under a landing context such as /landing/{id}/tours/{tourId}), /widgets/{id}/checkout, and related guest flows |
| Short links | Compact slugs that redirect into guest or marketing destinations |
Some dashboard screens intentionally open without the usual chrome—for example lightweight previews or payment confirmations—so URLs may look different even though they remain part of the dashboard product.
Related concepts: Dashboard overview.