You've downloaded an export from another service — a Takeout zip, a JSON archive, a CSV of transactions — and now you want your agents to be able to use it.
Put it in Fulcra as a file. Files sit alongside your records in the same context store, so anything you've connected can read them.
Three things worth knowing before you upload:
Files are versioned. Uploading to a path that already exists keeps the earlier version rather than overwriting it, so re-uploading a refreshed export doesn't destroy the old one.
Deletes are recoverable. Deleting a file is a soft delete — earlier versions can be restored.
Each file is encrypted at rest with its own key.
Upload from Context Web — sign in at https://context.fulcradynamics.com and use the Files area.
Upload from a terminal, or let an agent do it → CLI: Files (https://docs.fulcradynamics.com/cli/#files)
How files are stored and versioned → The Fulcra Platform: Files (https://docs.fulcradynamics.com/fulcra-platform/#files)
