Skip to main content
Version: 4.6.1-saas

Cloudflare Agent

Overview

Cloudflare Agent is an edge-side SDK that provides NetFUNNEL 4 traffic control functionality for Cloudflare Workers.

Key Features

  • Edge-side SDK: Direct integration into Cloudflare Workers
  • URL-Triggered Integration: Automatic control based on trigger rules
  • Workers-based: Request processing through Cloudflare Workers
  • Automatic Waiting Room Redirect: Automatically redirects to waiting room page when waiting response is received
  • Trigger Rule Matching: Controls queue application points using URL-based trigger rules
  • Environment Variable Configuration: Flexible configuration through environment variables

System Requirements

  • Cloudflare Workers: Account with Workers support
  • Domain: Domain registered with Cloudflare

Compatible Environments

  • Cloudflare Workers: All environments that support Cloudflare Workers

How It Works

  1. Create Worker: Upload NetFUNNEL agent code to Worker
  2. Configure Environment Variables: Set environment variables
  3. Configure Domain: Set CNAME and routes
  4. Trigger Rule Matching: Compare the URL of the page accessed by the user with trigger rules and apply queue if they match
  5. Automatic Waiting Room Processing: Automatically redirect to waiting room page when waiting response is received

Operation Flow

Before NetFUNNEL Application

After NetFUNNEL Application

Entry Without Waiting

Entry After Waiting

Entry Path

Quick Start

To quickly get started with Cloudflare Agent, refer to the Quick Start guide.

Documentation

Core Documentation