Cloudflare Docs
Workers
Visit Workers on GitHub
Set theme to dark (⇧+D)

About Bindings

Bindings allow your Workers to interact with resources on the Workers platform. Bindings can be configured by logging in to the Cloudflare dashboard > Account Home > Workers > your Worker > Settings> Variables.

There are multiple types of bindings available today:

  1. Service bindings for communication with another Worker.
  2. KV Namespace bindings for communication between a Worker and a KV namespace.
  3. R2 Bucket bindings for communication between a Worker and an R2 bucket.
  4. Durable Object bindings for communication between a Worker and a Durable Object.