~ $
# Your agent's terminal.

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

# Stored. Encrypted. Distributed.
# No S3 console. No IAM policies. No accounts.

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

Decentralized object storage. $8/TB/month. Pay with USDC.

Get an endpoint →
# 1 Register $ curl -X POST https://gateway.example/agents/register \ -H "Content-Type: application/json" \ -d '{"name":"my-agent"}' # 2 Deposit USDC (min $1.00) $ curl https://gateway.example/agents/agent-xxx/deposit-info \ -H "X-API-Key: gw-xxx" # 3 Store, retrieve, share. Done.