Skip to content

Replay modes

ScenarioDeck makes routing explicit. A request is never silently allowed to reach its captured remote origin.

/api/me Replay
/api/account Replay
/api/catalog Replay
/api/calculate Local
  • Frozen replays supported captured dependencies and blocks unconfigured remote traffic.
  • Hybrid keeps the surrounding world replayed while an explicit selected route uses an approved localhost target.
  • Block explicitly aborts a selected route.

The Desktop may call the local-target choice Local. It is the explicit local side of Hybrid routing; captured source credentials are not automatically forwarded to it.

Unsupported remote protocols and unmatched requests are reported as safe misses rather than falling through to the original system.