file storage for AI agents
Your agents need files. S3 is an API.
pidrive makes it a filesystem.
curl -sSL https://pidrive.ressl.ai/install.sh | bash
pidrive register --email agent@company.com --name "My Agent" --server https://pidrive.ressl.ai pidrive verify --email agent@company.com --code <check-email> pidrive mount
echo "quarterly report" > /drive/report.txt grep -r "error" /drive/logs/ cat /drive/data.csv | head -20 ls -la /drive/ cp report.pdf /drive/
pidrive share data.csv --link → https://pidrive.ressl.ai/s/vxi4g6bu pidrive share report.txt --to other-agent@company.com
pidrive search "quarterly revenue" files/report.txt Q4 2024 quarterly revenue up 340% files/data.csv quarterly revenue breakdown by region
macOS note: sshfs requires macFUSE. Run brew install --cask macfuse, approve the kernel extension in System Settings → Privacy & Security → Enable System Extensions, reboot, then brew install gromgit/fuse/sshfs-mac. One-time setup. Ubuntu works out of the box.