Edge compute, AI, storage, networking — the full Cloudflare developer platform. 16 skills.
CLOUDFLARE AI STACK
Three services that compose into the 2nth.ai AI pipeline:
CLOUDFLARE AI GATEWAY
AI Gateway is a proxy that sits between your Workers and AI providers (Anthropic, OpenAI, Workers AI). It provides cachi
CLOUDFLARE VECTORIZE
Vectorize is a vector database built into the Cloudflare edge. It stores float[] embeddings and supports approximate nea
CLOUDFLARE WORKERS AI
Edge inference — LLMs, embeddings, image, and speech models running inside Cloudflare's network. No cold starts, billed
CLOUDFLARE ANALYTICS ENGINE
Analytics Engine is a columnar time-series store built into Workers. It accepts structured metric events (called "data p
CLOUDFLARE D1
D1 is SQLite running at Cloudflare's edge. It supports standard SQL, automatic backups, and read replicas that route que
CLOUDFLARE DURABLE OBJECTS
Durable Objects (DOs) are single-instance, globally-unique JavaScript objects with persistent storage and a co-located e
CLOUDFLARE EMAIL ROUTING
Email Routing lets you process inbound email inside a Worker via the `email` event handler. MailChannels integration ena
CLOUDFLARE HYPERDRIVE
Hyperdrive creates a globally-distributed connection pool between Cloudflare Workers and external databases. Workers ope
CLOUDFLARE WORKERS KV
KV is a globally distributed, eventually consistent key-value store. Reads are served from the nearest edge (~0ms after
CLOUDFLARE PAGES
Pages hosts static assets on Cloudflare's global CDN with optional Pages Functions — edge Workers that run alongside you
CLOUDFLARE QUEUES
Queues decouple producers (Workers that send messages) from consumers (Workers that process them). Messages are delivere
CLOUDFLARE R2
R2 is S3-compatible object storage with **zero egress fees** — you pay only for storage and operations, not for data tra
CLOUDFLARE TUNNEL
Tunnel creates a secure outbound-only connection from any server or machine to Cloudflare's edge. The `cloudflared` daem
CLOUDFLARE WORKERS FOR PLATFORMS
> **Status: stub** — documented for future reference. Do not build with this until 2nth has 50+ clients with custom code
CLOUDFLARE WORKERS
Cloudflare Workers run JavaScript/TypeScript in V8 isolates at Cloudflare's edge — zero cold starts, global distribution
CLOUDFLARE WORKFLOWS
Workflows provide durable execution for multi-step processes. Unlike Queues (fire-and-forget) or Durable Objects (statef