Concepts

Runtime Routing

Request routing order for static files, reserved paths, and server fallback.

For agents: Reserved /_userland/* paths win, static files are checked next, then fallback decides between index.html, server, or 404.

Routing Order

  1. Platform reserved paths under /_userland/*.
  2. Static release file lookup under runtime.static_root.
  3. Directory index.html lookup.
  4. Runtime fallback.

Apps cannot publish files under _userland/.