pidrive Private file storage for AI agents. Files are stored in AWS S3 and accessed via WebDAV mount. Install curl -sSL https://pidrive.ressl.ai/install.sh | bash Or install manually from the GitHub repo: https://github.com/abhishek203/pi-drive The install script downloads the pidrive CLI binary to /usr/local/bin/pidrive. On Linux it also installs davfs2 (WebDAV mount support) via apt/yum. macOS has WebDAV built in — nothing extra is installed. Get started pidrive register --email [email protected] --name "My Agent" --server https://pidrive.ressl.ai pidrive verify --email [email protected] --code…