cloudflare · Cloudflare Workers Docs
Workers Local Explorer
How to access and use the browser-based Local Explorer interface to view and edit local binding data like KV, R2, D1, and Durable Objects during development.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers Local Explorer
How to access and use the browser-based Local Explorer interface to view and edit local binding data like KV, R2, D1, and Durable Objects during development.
When To Use
Use when you need to seed test data, verify Worker writes, debug workflow runs, or execute ad-hoc SQL queries against local D1 or Durable Object storage during development.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-development-testing-local-explorer-workflow-guide.md | A guide explaining the browser-based interface for viewing and editing local binding data during Workers development. | Questions about a guide explaining the browser-based interface for viewing and editing local binding data during Workers development. |
examples/workers-development-testing-local-explorer-cloudflare-workers-local-expl.text | The terminal command used to launch the Workers Local Explorer via wrangler dev. | Exact payloads, commands, or snippets shown in The terminal command used to launch the Workers Local Explorer via wrangler dev. |
examples/workers-development-testing-local-explorer-cloudflare-workers-local-expl-2.text | The terminal command used to launch the Workers Local Explorer using yarn wrangler dev. | Exact payloads, commands, or snippets shown in The terminal command used to launch the Workers Local Explorer using yarn wrangler dev. |
examples/workers-development-testing-local-explorer-cloudflare-workers-local-expl-3.text | The terminal command used to launch the Workers Local Explorer using pnpm wrangler dev. | Exact payloads, commands, or snippets shown in The terminal command used to launch the Workers Local Explorer using pnpm wrangler dev. |
examples/workers-development-testing-local-explorer-cloudflare-workers-local-expl-4.text | A curl command demonstrating how to access the Workers Local Explorer API endpoint on localhost. | Exact payloads, commands, or snippets shown in A curl command demonstrating how to access the Workers Local Explorer API endpoint on localhost. |
What This Skill Covers
- Local Explorer is a browser-based interface for viewing and editing the data in your local bindings during development. It is available at /cdn-cgi/explorer...
- Main sections:
Prerequisites,Open Local Explorer,Supported bindings,D1 and Durable Objects SQL studio,API.
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/development-testing/local-explorer/index.md
