Skip to main content
Remote sync batches local ledger entries and uploads them to the platform ingest endpoint:

Install

Parameters

Authentication

The SDK sends:
The platform ingest route accepts:
  • JWT tokens (user sessions)
  • API keys (recommended for agents)

Operational behavior

  • Uploads are retried with exponential backoff (network/server errors).
  • Auth failures (401) are not retried.
  • If the platform is down, entries remain local and your agent continues.