Storage
BCTRL has two file surfaces:
- Space storage stores durable files scoped to a space.
- Runtime files move files into or out of a live runtime.
Space storage
Use space storage for reusable inputs and durable outputs.
Runtime files
Use runtime files when a browser or agent needs a real file path inside the live runtime.
Collect a runtime-local file back into storage.
Artifacts
When collected or captured files are outputs of a run, read them through run artifacts.

