Nodes2Cloud
Nodes2CloudDocs
Node Catalog

Cloudflare Native

Nodes that interface directly with your Cloudflare resources

Cloudflare Native

Because Nodes2Cloud compiles your visual workflow into a real Cloudflare Worker deployed to your own Cloudflare account, it has zero-latency, direct binding access to your other Cloudflare resources.

These nodes do not execute HTTP calls over the public internet. Instead, they use native Cloudflare Worker bindings (like env.DB or env.KV) resulting in sub-millisecond execution times.

Databases & Storage

NodeDescription
Cloudflare D1: QueryRuns a parameterized SQL query (SELECT) against a D1 database
Cloudflare D1: ExecuteExecutes a SQL statement (INSERT/UPDATE/DELETE) against D1
Cloudflare KV: SetWrites a key-value pair to a KV namespace
Cloudflare KV: GetReads a value from a KV namespace
Cloudflare R2: Upload FileUploads a FileRef or raw bytes to an R2 storage bucket
Cloudflare R2: Get FileRetrieves an object from an R2 bucket as a FileRef

AI & Machine Learning

NodeDescription
Workers AIRuns an inference model (LLMs, embeddings, etc.) on Cloudflare Workers AI
Vectorize QueryFinds nearest-neighbour matches in a Cloudflare Vectorize vector database

On this page