What problem does it solve? Managing Cloudflare infrastructure through the dashboard or raw API calls is slow and error-prone, especially when deploying Workers, provisioning KV namespaces and R2 buckets, and wiring up DNS routes across multiple services. ## Core Features & Use Cases - Workers Deployment: Deploy and update Cloudflare Workers via Bun scripts with automatic extraction of the generated workers.dev URL. - KV and R2 Storage Management: Create namespaces and buckets, read/write keys, upload objects, and run bulk operations from the command line. - Pages, DNS, and Routing: Create Pages projects, set environment variables, manage DNS records, and bind worker routes to custom domains. - Use Case: Set up a complete application stack by creating a KV namespace for sessions, an R2 bucket for uploads, deploying an API worker with bindings, and routing api.example.com traffic to it, all in under a minute. ## Quick Start Ask the assistant to deploy a new Cloudflare Worker named api-handler and return its live URL after adding your CLOUDFLARE_API_KEY to a .env file.