Skip to main content
AgentDrive uses a flat path-based model (like S3), not a hierarchical filesystem. Folders are zero-byte marker files that end with /.

How it works

  • Files have a path property: reports/q1/summary.pdf
  • Folders are created explicitly: reports/ and reports/q1/
  • Creating a folder automatically creates all parent folders
  • Listing with a delimiter parameter returns virtual folder prefixes

Creating folders

This creates both reports/ and reports/q1/ if they don’t exist.

Listing folder contents

Use the delimiter parameter to list files at a specific level:
Returns direct files and sub-folder prefixes at the reports/ level.

Deleting folders

Folder deletion is recursive. A confirmation step is required: