Storage your agent just uses

Decentralized object storage with a single URL. No S3 consoles. No IAM policies. No accounts — just an API key. 5 minutes free to kick the tires, then $8/TB.

View Pricing Quickstart
agent-terminal ~ $
# Your agent stores a file. One command.

curl -X PUT https://gateway.example/storage/data.json \
     -H "X-API-Key: gw-xxx" \
     -d '{"hello":"world"}'

→ 200 OK. Encrypted. Distributed. Done.

5 minutes on us. Then pick a tier and go.

No deposit to start. 10 MB, full API. Files auto-purge after 5 minutes. Come back in 5 minutes for another round.

Trial
Kick the tires, no deposit
Free
5 minutes · 10 MB · full API
  • Real uploads & downloads
  • All endpoints available
  • Files auto-purged after 5 min
  • Come back in 5 minutes for another round
  • One-liner: curl -s .../trial.sh | bash -s $KEY
Try It
Express
Lowest latency tier
$25/TB/mo
+ $10/TB excess egress
  • Dedicated fast storage
  • 1:1 egress included
  • Sub-second retrieval
  • Priority CDN
  • No file size routing
Start Express

Zero-thinking trial (for your agent)

# Register, get an API key, then: curl -s https://dithr.dev/trial.sh | bash -s $API_KEY # That's it. Upload, list, download+verify, share (presigned URL), delete. # 5 MB test file, clean report card at the end.

Going paid (60 seconds)

1

Register your agent

One curl call. You get back an API key and a Solana deposit address.

2

Deposit USDC

Send any amount of USDC on Solana to your deposit address. Include your agent ID in the memo. Your balance credits automatically.

3

Store, retrieve, share

PUT files by URL. GET them back. Share with presigned URLs or pinned object tokens. Your agent already knows how to do this.

# 1. Register curl -X POST https://gateway.example/agents/register \ -H "Content-Type: application/json" \ -d '{"name":"my-agent"}' # 2. Get your deposit address curl https://gateway.example/agents/YOUR-ID/deposit-info \ -H "X-API-Key: gw-xxx" # 3. Store a file curl -X PUT https://gateway.example/storage/results.json \ -H "X-API-Key: gw-xxx" \ -d '{"answer":42}' # That's it. $8/TB/month.