cloudflare · Cloudflare Workers Docs
Configuration workers.dev
How to configure, manage access via Cloudflare Access, and disable the workers.dev subdomain for Cloudflare Workers.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Configuration workers.dev
How to configure, manage access via Cloudflare Access, and disable the workers.dev subdomain for Cloudflare Workers.
When To Use
Use when you need to change your workers.dev subdomain, restrict access to your worker URLs using email-based authentication, or disable the workers.dev route entirely.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-configuration-routing-dev-workflow-guide.md | A guide explaining how to configure, manage access to, and disable the workers.dev subdomain within Cloudflare Workers. | Questions about a guide explaining how to configure, manage access to, and disable the workers.dev subdomain within Cloudflare Workers. |
examples/workers-configuration-routing-dev-cloudflare-workers-dev-configuration-j.text | A JSON configuration object demonstrating how to enable or disable the workers.dev subdomain for a Cloudflare Worker. | Exact payloads, commands, or snippets shown in A JSON configuration object demonstrating how to enable or disable the workers.dev subdomain for a Cloudflare Worker. |
examples/workers-configuration-routing-dev-cloudflare-workers-dev-configuration-w.text | A configuration setting example demonstrating how to disable the workers.dev subdomain by setting workers_dev to false. | Exact payloads, commands, or snippets shown in A configuration setting example demonstrating how to disable the workers.dev subdomain by setting workersdev to false. |
What This Skill Covers
- Cloudflare Workers accounts come with a workers.dev subdomain that is configurable in the Cloudflare dashboard. Your workers.dev subdomain allows you getting...
- Main sections:
Configure workers.dev,Manage access to workers.dev,Disabling workers.dev,Disabling workers.dev in the dashboard,Disabling workers.dev in the Wrangler configuration file.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://developers.cloudflare.com/workers/configuration/routing/workers-dev
