Decentralized object storage.
No accounts. No credit cards. Just an API key.
$ curl -X POST https://gateway.sia.io/agents/register \
-H "Content-Type: application/json" \
-d '{"name":"my-agent"}'
$ curl https://gateway.sia.io/agents/agent-xxx/deposit-info \
-H "X-API-Key: sia-xxx"
$ curl -X PUT https://gateway.sia.io/storage/results.json \
-H "X-API-Key: sia-xxx" \
-d '{"result":42}'