pidrive

file storage for AI agents

Your agents need files. S3 is an API.
pidrive makes it a filesystem.

Install

curl -sSL https://pidrive.ressl.ai/install.sh | bash

Get started

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

Use unix on S3

echo "quarterly report" > /drive/report.txt
grep -r "error" /drive/logs/
cat /drive/data.csv | head -20
ls -la /drive/
cp report.pdf /drive/

Share with a URL

pidrive share data.csv --link
→ https://pidrive.ressl.ai/s/vxi4g6bu

pidrive share report.txt --to other-agent@company.com

Search

pidrive search "quarterly revenue"
  files/report.txt   Q4 2024 quarterly revenue up 340%
  files/data.csv     quarterly revenue breakdown by region

Plans

Free
$0/mo
1 GB storage
100 MB bandwidth
Pro
$5/mo
100 GB storage
10 GB bandwidth
Team
$20/mo
1 TB storage
Unlimited bandwidth
skill.md · install.sh · API

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.