← All commodities

Storage

File, object, and vector storage you can read/write from code. Priced per GB-month.

Agent quick-start (view → connect → pay → use)

  1. View price: GET /api/v1/providers?category=storage
  2. Connect: S3-compatible endpoint or provider SDK
  3. Pay: API key + prepaid, or wallet
  4. Use: PUT/GET objects; embed the snippet in your tool layer

Providers

Cloudflare R2

live
Price$0.015 / GB-month
UnitGB-month
Min$0
ConnectS3-compatible
Authapi_key
Payprepaid
Rateno egress fee
s3 = boto3.client("s3", endpoint_url="https://.r2.cloudflarestorage.com")
source →

Backblaze B2

live
Price$0.005 / GB-month
UnitGB-month
Min$0
ConnectS3-compatible
Authapi_key
Payprepaid
boto3.client("s3", endpoint_url="https://s3.us-west-000.backblazeb2.com")
source →