[See /docs/devops/bindings]

Stub — the canonical Cloudflare Workers bindings registry lives at /docs/devops/bindings.

This document is now a stub. For the complete bindings registry, see /docs/devops/bindings.

In Cloudflare's serverless architecture, bindings represent the declarative bridges linking your isolate compute logic to other internal microservices and storage platforms. This page intentionally keeps only the high-level architectural framing; the canonical registry — every Service Binding, KV, R2, D1, Workers AI, Vectorize, Queue, Durable Object, and Browser Rendering entry — lives in docs/devops/bindings and is the single source of truth.

Tip: Adding new bindings to your workers? Always update your wrangler.jsonc manifest at the workspace root, and then execute hoox deploy update-internal-urls to sync bindings and URLs globally!

Next Steps