Worker

Worker Presets

Ready-to-deploy configuration presets for Worker. Each preset is a complete manifest you can copy, customize, and deploy.

2 presets
01

API Worker with Custom Domain

Full-featured Worker with KV bindings, custom domain DNS routing, and environment variables. Use for production APIs that need storage, a custom hostname, and config. Script bundle must be pre-built...

02

Minimal Worker

Bare minimum Cloudflare Worker with only the script bundle. No KV bindings, DNS routes, or env vars. Use when deploying a Worker that will be attached to routes or configured elsewhere (e.g., via...