> Hosted Staging and Production gateway endpoints

# Hosted Environments

\| Environment | Branch | Runtime Gateway URL | Customer Control Plane |
\|---|---|---|---|
\| **Staging** | `dev` | `https://staging.dewee.zuey.me` | `https://staging.app.dewee.sh` |
\| **Production** | `main` | `https://dewee.zuey.me` | `https://app.dewee.sh` |

## Branch-Bound Deploy Policy

* Pushes to `dev` trigger staging deployments and beta releases.
* Pushes to `main` trigger production deployments after readiness verification passes (`.github/workflows/`).
