Cloud Storage

Cloudflare R2

economy

Cloudflare R2 is an cost-effective cloud storage provider offering Object Upload, Object Download through Aweb's unified API. It features none streaming support with premium-tier latency.

Try Cloudflare R2Official docs

Specifications

CategoryCloud Storage
Auth Typeapi_key
Latency Tierpremium
Streamingnone
Pricing Tiereconomy
Reliabilitypremium
Qualitypremium
Base URLhttps://{account_id}.r2.cloudflarestorage.com
SDK Package

Capabilities (2)

Object Uploadstorage.upload
Score: 90DEFAULT
Object Downloadstorage.download
Score: 92DEFAULT

Public discovery

Inspect Cloudflare R2's current readiness, sources, capabilities, and MCP tool posture through Aweb's public integration catalog. Provider-pinned execute examples are intentionally withheld until the canonical public execute contract is normalized.

cURL

curl "https://aweblabs.ai/api/v2/integrations/catalog" \
  | jq '.providers[] | select(.providerId == "cloudflarer2")'

TypeScript

const response = await fetch(
  'https://aweblabs.ai/api/v2/integrations/catalog'
);

const catalog = await response.json();
const provider = catalog.providers.find((item) => item.providerId === 'cloudflarer2');

console.log(provider?.readiness);
console.log(provider?.mcpTools?.length ?? 0);
Getting started →API reference →All capabilities →All providers →