Secure API Automation with Cloudflare Zero Trust (Part 3)

Part 3: Script explained – Use Cloudflare with Secure API Calls Building on Part 2, where we discussed technical automation for BookStack, this part dives into code that can be used for lookup and creation of entries for a BookStack via Cloudflare. The challenge with automating behind a Zero Trust perimeter is ensuring your scripts … Read more

Secure API Automation with Cloudflare Zero Trust (Part 2)

Part 2: Automating BookStack Content with Secure API Calls Building on Part 1 where we discussed secure API access via Cloudflare Zero Trust and generic automation scripts, this part dives into technical automation for BookStack. The goal: programmatically create books and assign them to shelves while keeping operations idempotent — running the script multiple times … Read more

Secure API Automation with Cloudflare Zero Trust (Part 1)

Secure API Automation with Cloudflare Cloudflare Zero Trust lets automation scripts access internal APIs securely, without VPNs or exposing origin servers. Safe and Identity-Aware All traffic passes through Cloudflare, enforcing identity-based access and hiding the application’s IP. Scripts use a Client ID/Secret to authenticate, while the application enforces API-level permissions with a separate token. Idempotent … Read more