Prompt Buddy logoPrompt Buddy

cloudflare · Cloudflare Workers Docs

Configuration workers.dev

How to configure, manage access via Cloudflare Access, and disable the workers.dev subdomain for Cloudflare Workers.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-configuration-routing-dev-workflow-guide.mdA 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.textA 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.textA 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

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. 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