cloudflare · Cloudflare Workers Docs
Workers Playground
How to use the browser-based sandbox to preview, test, debug, and deploy Cloudflare Workers code without local setup or authentication.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers Playground
How to use the browser-based sandbox to preview, test, debug, and deploy Cloudflare Workers code without local setup or authentication.
When To Use
Use when you need to quickly prototype a Worker, test specific HTTP methods and headers, or debug code using a lightweight log viewer without configuring a local development environment.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-playground-workflow-guide.md | An overview of the Cloudflare Workers Playground including browser support requirements and basic usage instructions. | Questions about an overview of the Cloudflare Workers Playground including browser support requirements and basic usage instructions. |
examples/workers-playground-cloudflare-workers-playground-javascript-fetch-handle.text | A JavaScript code snippet demonstrating a basic fetch handler implementation within the Cloudflare Workers Playground environment. | Exact payloads, commands, or snippets shown in A JavaScript code snippet demonstrating a basic fetch handler implementation within the Cloudflare Workers Playground... |
What This Skill Covers
- The Cloudflare Workers Playground is currently only supported in Firefox and Chrome desktop browsers. In Safari, it will show a PreviewRequestFailed error me...
- Main sections:
Hello Cloudflare Workers,Use the Playground,Log viewer,Share,Deploy.
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/playground
