For Developers

Build the Future

Integrate Athy's decentralized CDN into your applications with S3-compatible APIs, comprehensive SDKs, and developer-friendly tools.

S3-Compatible API
Drop-in replacement for Amazon S3 with familiar REST APIs
// Upload a file
await s3.putObject({
  Bucket: 'my-bucket',
  Key: 'file.jpg',
  Body: fileBuffer
})
Lightning Fast
Global edge network with sub-100ms response times
Global CDN
Edge Caching
Smart Routing
Decentralized
Censorship-resistant with no single point of failure

Built on a distributed network of nodes worldwide, ensuring your content is always available.

Quick Start

Get up and running in minutes

JavaScript/Node.js
Install the Athy SDK and start uploading files
npm install @athy/sdk

import { Athy } from '@athy/sdk'

const athy = new Athy({
  apiKey: 'your-api-key',
  endpoint: 'https://api.athy.cloud'
})

// Upload a file
const result = await athy.upload({
  file: fileBuffer,
  key: 'my-file.jpg',
  bucket: 'my-bucket'
})

console.log(result.url)
Python
Use the Python SDK for server-side applications
pip install athy-sdk

from athy import Client

client = Client(
    api_key='your-api-key',
    endpoint='https://api.athy.cloud'
)

# Upload a file
result = client.upload(
    file_path='./image.jpg',
    key='my-file.jpg',
    bucket='my-bucket'
)

print(result.url)

DECENTRALIZED INFRASTRUCTURE

Global content delivery with S3-compatible storage

Deploy your content across our decentralized network for lightning-fast delivery. Compatible with existing S3 workflows and tools.

Global CDN

Decentralized content delivery at scale

S3 Compatible