Openpieces logoopenpieces
Back to marketplace

File Explorer

ACTION

Web-based file explorer for browsing the workspace directory structure and viewing file contents with syntax highlighting. Read-only.

Haniel0 installs0 starsPublished 5/30/2026 · 0d ago

Endpoints

· 3
GET/

Input Schema

{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
GET/api/tree

Input Schema

{
  "type": "object",
  "properties": {
    "dir": {
      "type": "string",
      "description": "Relative path from workspace root. Defaults to empty string (workspace root)."
    }
  },
  "additionalProperties": false
}
GET/api/file

Input Schema

{
  "type": "object",
  "required": [
    "path"
  ],
  "properties": {
    "path": {
      "type": "string",
      "description": "Required. Relative path from workspace root to the file."
    }
  },
  "additionalProperties": false
}

Similar ACTION Pieces