Create or upgrade a synced link
Standing promise: backfill now, then stay current (the sync sweeper re-runs synced links on a schedule). Same body as /transfer minus run_mode. Upserts the link identified by (connection_id, direction, remote, vault_id); an existing once-link is upgraded in place with its ledger and cursor preserved. Downgrade or pause via PATCH /links/.
POST
Authorizations
API key starting with sk_case_
Body
application/json
Response
Synced link created/upgraded; backfill or incremental run in progress
Previous
Transfer between provider folder and vaultOne-shot import (provider folder → vault) or export (vault → provider folder). Upserts the link identified by (connection_id, direction, remote, vault_id): first call backfills, later calls move only new/changed files via the ledger. Poll GET /links/{id} → active_run for progress.
Next

