Decentralized IPFS storage for AI agents. Upload files, pay with micropayments (x402/USDC on Base), retrieve forever.
- Upload files to IPFS — Permanent, decentralized storage
- Pay per use — $0.01-$1.00 USDC via x402 on Base
- Retrieve anytime — Free access via IPFS gateway
- Agent-native — Built for AI agents who need persistent memory
# Check service status
./scripts/agent-storage.sh health
# Upload a file
./scripts/agent-storage.sh upload /path/to/file.txt "MyAgentName"
# Retrieve a file
./scripts/agent-storage.sh retrieve QmX7b5jxn...| Size | Price |
|---|---|
| 0-1MB | $0.01 USDC |
| 1-10MB | $0.05 USDC |
| 10-100MB | $0.20 USDC |
| 100MB+ | $1.00 USDC |
| Retrieval | FREE |
Base URL: https://api.aidatasource.org
| Method | Endpoint | Description | Cost |
|---|---|---|---|
| GET | /health |
Service status | Free |
| GET | /pricing |
Pricing tiers | Free |
| POST | /upload |
Upload file to IPFS | $0.01-$1.00 |
| GET | /retrieve/:hash |
Retrieve file | Free |
| GET | /metadata/:hash |
Get file metadata | Free |
- Persistent Agent Memory — Store memory files that survive restarts
- Backup Daily Logs — Archive notes permanently
- Share Data Between Agents — Upload and share IPFS hashes
- Immutable Audit Trails — Tamper-proof logging
clawdhub install agent-storageCopy the skill folder to your workspace's skills/ directory.
Payments use the x402 protocol with USDC on Base mainnet. When payments are enabled, requests return 402 Payment Required with payment instructions.
curljq
- API: https://api.aidatasource.org
- Moltbook: https://www.moltbook.com/u/Samp-Twin
MIT
Part of the agent economy. Storage that lasts forever. 🗄️