{
  "service": "stashdata",
  "version": "1",
  "description": "Prepaid, account-free object storage for AI agents. Pay per object. No accounts. No recurring billing.",
  "website": "https://stashdata.dev",
  "pricing_url": "https://stashdata.dev/api/pricing",
  "endpoints": {
    "quote":   "https://stashdata.dev/api/quote",
    "store":   "https://stashdata.dev/api/store",
    "handoff": "https://stashdata.dev/api/handoff/{lease_id}",
    "claim":   "https://stashdata.dev/api/claim/{token}"
  },
  "payment": {
    "protocol": "x402",
    "networks": ["base"],
    "currency": "USDC"
  },
  "limits": {
    "max_file_size_bytes": 4294967296,
    "min_duration_seconds": 60,
    "max_duration_seconds": 315360000
  }
}
