How it works
Four things the platform handles, end to end.
Four things the platform handles, end to end.
Define an exchange, connect the source and destination endpoints you own, and set a cadence. General Folders schedules each run and reports live status.
Each organization connects only the endpoints it owns, with credentials held as secret references. Transfers execute in isolated workers, so payloads move through the run instead of pooling in storage.
Every run records counts, checksums, retries, and failure detail behind a permission-scoped audit trail, so you can confirm delivery and troubleshoot without exposing raw data.
POST /v1/exchanges { "partner_org_id": "org_partner", "source_endpoint_id": "ep_source_db", "source_dataset": "operations.view_daily_export", "schema_id": "schema_operational_feed_v1", "cadence": "daily", "timezone": "America/Los_Angeles", "retry_policy": { "max_attempts": 3 } } → 201 Created { "exchange_id": "ex_7d91", "status": "pending_partner_approval", "partner_inbox_item_id": "in_42c1", "audit_event_id": "evt_9f8e7d" }
Every exchange is an API object with status webhooks. Create and track transfers from the API, or embed the setup flow so your customers never leave your product.
Skip the SFTP folders, email handoffs, and one-off scripts.
Get started
Tell us about your use case, systems, and clients.