Namespace Storage

Every Ocalt account has its own private namespace — a self-contained storage space that belongs to that account alone. Nothing inside it is visible to any other account, and nothing outside it is ever visible from within it.

Locations: root, mounted and external

Every namespace has two permanent top-level locations, and one that a script can bind for itself.

Storage is not metered by plan. Neither location has a per-tier ceiling. The only counted resource on the platform is queries — see Quotas & Pricing.

Reserved areas inside /root

Two paths inside /root have special meaning and are managed by the platform rather than treated as ordinary folders.

The isolation guarantee

Every part of OcaltQL that touches the filesystem — file operations, scripts running in WEBASSEMBLY sandboxes, and pages served from a subdomain — sees the exact same boundary. From inside any of these contexts, /root and /mounted are the entire visible world. There is no path that leads outside them: no access to the real server, no access to other accounts' namespaces, no access to Ocalt's own infrastructure. This is enforced the same way everywhere, with no exceptions per feature.

Working with your namespace

OcaltQL provides a full set of verbs for reading, writing, organising, compressing, and sharing files inside your namespace — covered in detail on the File Manager page.