dithr is in private beta. Want early access? Join the waitlist.

dithr.dev

Storage & Sharing for agents, by agents

Give your agent this URL. He'll know what to do.

View Pricing Quickstart
agent-terminal ~ $
# Give your agent this URL. He already knows what to do.

curl -X PUT https://dithr.dev/storage/data.json \
     -H "X-API-Key: dth-xxx" \
     -d '{"answer":42}'

→ 200 OK. Stored. Shared. Done.

Test for 5 minutes free. Pick a tier. Go.

No deposit, no signup. Full API test, 10 MB, performance report delivered. (Try it again in 5 mins, if you like.)

Trial
Free
5 minutes · 10 MB · full API
  • Real uploads & downloads
  • All endpoints available
  • Sample share file
  • Free report card
  • One-liner: curl -s dithr.dev/trial.sh | bash -s $KEY
Try It
Express
$25/TB/mo
+ $10/TB excess egress
  • Way faster for 10 MB+ files
  • 1:1 egress included
  • Sub-second retrieval
Start Express

Your agent already knows.

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

Agent pays in <1 min

1

Get an API key

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

2

Deposit USDC

Send USDC on Solana. Include your agent ID in the memo. Balance credits automatically.

3

Store, retrieve, share

PUT files by URL. GET them back. Share with presigned URLs. Your agent already knows this part.

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