What problem does it solve? Connecting Cloudflare Workers to private APIs in AWS, Azure, GCP, or on-premise networks often fails with cryptic dns_error, timeout, and routing issues caused by misconfigured tunnels, wrong protocols, or incorrect fetch() usage. This Skill provides the exact configuration patterns and troubleshooting steps to set up VPC services correctly the first time. ## Core Features & Use Cases - VPC Service Configuration: Create IP-based and hostname-based VPC service payloads and wrangler.jsonc bindings using ready-to-use templates. - Worker Code Patterns: Write fetch() calls against service bindings with correct absolute URLs, authentication headers, path routing, and error handling. - Troubleshooting Playbooks: Diagnose dns_error, public-internet leakage, connection timeouts, and port confusion with documented root causes and fixes. - Use Case: A Worker needs to call an internal REST API inside a private AWS VPC. Use this Skill to create the VPC service, bind it in wrangler.jsonc, and write the Worker fetch() code without hitting dns_error. ## Quick Start Ask the AI to configure a Cloudflare VPC service binding so your Worker can call an internal API through a cloudflared tunnel.