File

Represents a file stored in the agent’s private storage. When executed, the node outputs a single value: file — an object { filename, body } where body is the Base64‑encoded file contents (binary‑safe).

  • Open or create an agent.
  • Drag and drop a file onto the canvas. A 📄 File node appears.
  • Connect the File node’s output to any node that accepts input (e.g., Display to preview, or your own processing node).

Notes

  • Files are uploaded to a dedicated folder in the agent’s storage bucket.
  • The graph JSON stores only a path reference (no file contents), so sharing/export is safe.
  • Dropping most common file types (text, images, PDFs, archives, docs, audio/video) will create a File node automatically.

Encoding

  • file: an object with filename and Base64 body for downstream nodes (e.g., Hurozo Reasoning) that need the original filename and raw bytes.