Local Explorer for local resource data
Key Points
- Browser-based interface for local resource management
- REST API with OpenAPI specification for programmatic access
- Support for KV, R2, D1, Durable Objects, and Workflows
Summary
Local Explorer is a new browser-based interface and REST API for viewing and editing local resource data during Cloudflare Workers development. It eliminates the need for throwaway scripts or manual inspection of .wrangler/state directories.
Key Points
- Availability: Requires Wrangler 4.82.1+ and Cloudflare Vite plugin 1.32.0+
- Access: Press
ein terminal during local development or navigate to/cdn-cgi/explorer - Supported Resources:
- KV: Browse, view, create, update, and delete key-value pairs
- R2: List objects, manage metadata, upload files, delete objects with directory views
- D1: Browse tables and rows, run SQL queries, edit schemas
- Durable Objects (SQLite): Query and edit SQLite tables and schemas
- Workflows: Manage instances, view status, trigger runs, control execution
- REST API: OpenAPI-powered endpoint at
/cdn-cgi/explorer/apienables programmatic access and AI agent integration for automated test data population and resource inspection