- Supports rule‑based matching using source, destination, and request attributes.
- Integrates with software‑defined perimeter concepts for zero‑trust enforcement.
- Allows inline execution of Cloudflare Workers as policy actions.
- Provides built‑in variables for user identity, device posture, and geo‑location.
- Exposes results to downstream analytics via webhooks or logs.
- Write logic in JavaScript, TypeScript, or Rust with the standard Worker runtime.
- Access environment variables for API keys, thresholds, and feature flags.
- Schedule periodic tasks (e.g., device cleanup) using the Cron trigger.
- Combine with rate‑limiting to throttle high‑risk traffic.
- Deploy updates instantly across 330+ cities without downtime.
- Managed templates for common use cases such as ITSM ticket creation or compliance redirects.
- Custom actions invoke external risk APIs, enrich requests with LDAP data, or modify headers on the fly.
- All actions run within the edge sandbox, preserving performance guarantees.
- Results can be fed back into policy evaluation for adaptive controls.
- Policies can be versioned and rolled back using the same infrastructure as code pipelines.
- Query internal HR or LMS systems to verify training compliance before granting access.
- Fetch threat intelligence scores from third‑party feeds.
- Validate browser fingerprints or device posture signals.
- Cache frequent look‑ups at the edge to reduce latency.
- Log enrichment outcomes for audit and reporting purposes.