Pick a staging-flow template
A workflow templateis a starting shape for your environments and slots — enough to track real staging activity from day one. You pick one when you create a workspace and can reset to a different one any time from Settings → Environments. The schema doesn't lock you in: every template is just a few (EnvType, Slot) rows you can rename, add to, or rebind freely.
The four templates
QA-heavy teams that reserve envs per feature branch.
Staging → staging-1 / staging-2 / staging-3 Prod → branch main
Solo or pre-PMF teams shipping from main.
Staging → branch main Prod → branch main
Modern trunk teams with per-PR preview environments.
Preview → branch pr-* Prod → branch main
Release-train teams using develop + tagged production.
Staging → branch develop Prod → tag v*
None of these fit?
Pick the Blank workspace option when creating a workspace, then build the shape you need from Settings → Environments. The four templates aren't magic — they're just a starting point. See the Trigger patterns reference for what each slot can track.