Skip to content

Local Files

Copy page

For content that lives on a laptop or a server rather than in a cloud service. Nothing polls your machine โ€” your side pushes, and Divinci tracks each file it has been told about.

Shape: credential (an API key). Provider id: local_files.

  1. Create the connection, authenticated by a workspace API key.
  2. Register files with the upload endpoint โ€” the browser's File System Access API does this when you pick a folder on the Connectors page.
  3. Each registered file becomes a tracked mapping (name, path, size, type, sync status) that the sync pipeline then processes into the target vector.

Because the record is keyed on the path you send, re-registering the same path updates the existing entry instead of creating a duplicate.

The provider-agnostic commands work as they do everywhere:

Terminal window
divinci connectors status local_files
divinci connectors settings local_files --auto-sync off
divinci connectors disconnect local_files

status reports the number of tracked files, which is the quickest way to confirm a push actually landed.