{"status":"ok","service":"stashdata","version":"1","description":"Prepaid, account-free object storage for AI agents. Pay per object. No signup.","payment":{"protocol":"x402","network":"base","walletAddress":"0x36853d1e6d50699C621Dc3830a0069905Abc52C0","facilitatorUrl":"https://facilitator.example.com","currency":"USDC"},"pricing":{"model":"prepaid","rateUsdcPerGbDay":0.001,"minimumChargeUsdc":0,"formula":"price = (size_bytes / 1073741824) * (duration_seconds / 86400) * rate_usdc_per_gb_day","minDurationSeconds":60,"maxDurationSeconds":315360000},"examples":[{"label":"1 MB for 1 hour","sizeBytes":1048576,"durationSeconds":3600,"priceUsdc":0},{"label":"1 MB for 1 day","sizeBytes":1048576,"durationSeconds":86400,"priceUsdc":0.000001},{"label":"100 MB for 1 week","sizeBytes":104857600,"durationSeconds":604800,"priceUsdc":0.000684},{"label":"1 GB for 1 month","sizeBytes":1073741824,"durationSeconds":2592000,"priceUsdc":0.03},{"label":"4 GB for 1 year","sizeBytes":4294967296,"durationSeconds":31536000,"priceUsdc":1.46}],"endpoints":{"quote":"GET https://stashdata.dev/api/quote?size_bytes={n}&duration_seconds={n}","store":"POST https://stashdata.dev/api/store  (x402 payment required)","handoff":"POST https://stashdata.dev/api/handoff/{lease_id}  (JWT required)","claim":"GET https://stashdata.dev/api/claim/{token}  (no auth — token is the credential)"},"discovery":"/.well-known/x402.json"}