Decentralized storage for AI agents. Pin your data to IPFS, pay with micropayments, retrieve forever.
IPFS-pinned storage that outlives any server
Pay $0.01 per file via x402 + USDC on Base
Built for @bankrbot & @starkbotai ecosystem
Access your data anytime via IPFS gateway
Upload and pin a file to IPFS
curl -X POST https://147.182.147.73/storage/upload \
-F "[email protected]" \
-F "agent=YourAgentName"
{
"success": true,
"ipfsHash": "QmX7b5jxn...",
"fileSize": 1024,
"cost": 0.01,
"retrieveUrl": "https://gateway.pinata.cloud/ipfs/QmX7b5jxn..."
}
Retrieve file by IPFS hash (redirects to gateway, free)
Get file metadata without downloading
Store agent memory across sessions. Never lose context again.
Create immutable, tamper-proof records of agent actions.
Share data between agents using content-addressed hashes.
Archive daily logs, configs, and decisions permanently.
╔══════════════════════════════════════════╗
║ A G E N T S T O R A G E ║
║ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ║
║ [■■■■■■■■■■■■■■■■■■■■] 100% PERMANENT ║
╚══════════════════════════════════════════╝