API Endpoints Summary
Section titled βAPI Endpoints Summaryβ- GET
/api/v1/mountsβ List all mounts - POST
/api/v1/mountsβ Create persistent FUSE mount - GET
/api/v1/mounts/{id}β Get mount details - PATCH
/api/v1/mounts/{id}β Update mount VFS configuration - DELETE
/api/v1/mounts/{id}β Unmount filesystem
# CLI mapping will be generated from the SDK CLI sources in a later step.# Example (placeholder):# hoody-cli <command> --help