Sia Gateway

Decentralized object storage.
No accounts. No credit cards. Just an API key.

Get an API key →
# 1. Register — get your API key $ curl -X POST https://gateway.sia.io/agents/register \ -H "Content-Type: application/json" \ -d '{"name":"my-agent"}' # 2. Deposit USDC on Solana (min $1.00) $ curl https://gateway.sia.io/agents/agent-xxx/deposit-info \ -H "X-API-Key: sia-xxx" # 3. Store a file $ curl -X PUT https://gateway.sia.io/storage/results.json \ -H "X-API-Key: sia-xxx" \ -d '{"result":42}' # That's it. $8/TB/month. $14/TB egress.