Cloudflare Workers VPC API

Cloudflare Workers VPC allows Workers to connect to private APIs, services, and databases in external clouds (AWS, Azure, GCP, on-premise) that are not accessible from the public Internet. As of May 2026 Workers can also reach destinations connected through Cloudflare WAN on-ramps (GRE, IPsec, CNI), Cloudflare Mesh, and routes announced through Cloudflare Tunnel. Bindings are configured via wrangler.jsonc rather than a separate REST surface.

API entry from apis.yml

apis.yml Raw ↑
aid: cloudflare:cloudflare-workers-vpc-api
name: Cloudflare Workers VPC API
tags:
- Networking
- Private Connectivity
- VPC
humanURL: https://developers.cloudflare.com/workers-vpc/
baseURL: https://api.cloudflare.com
properties:
- url: https://developers.cloudflare.com/workers-vpc/
  type: Documentation
- url: https://developers.cloudflare.com/workers-vpc/get-started/
  type: GettingStarted
description: Cloudflare Workers VPC allows Workers to connect to private APIs, services, and databases
  in external clouds (AWS, Azure, GCP, on-premise) that are not accessible from the public Internet. As
  of May 2026 Workers can also reach destinations connected through Cloudflare WAN on-ramps (GRE, IPsec,
  CNI), Cloudflare Mesh, and routes announced through Cloudflare Tunnel. Bindings are configured via wrangler.jsonc
  rather than a separate REST surface.