Edge delivery & telemetry
Syncpoint Labs runs the asset delivery and telemetry ingestion layer behind product teams who would rather not run their own. One endpoint, one SDK, no cache invalidation tickets.
Currently serving 41 edge locations · 99.98% delivery SLA
Content-hashed paths under /static/ with a one-year cache policy.
Deploy a new build, get a new URL, never invalidate a cache again.
Client SDKs buffer locally and flush to /api/v2/sync on an interval you set.
Backpressure and retry handled for you.
Keep telemetry inside a jurisdiction with per-project region locks. EU, UK and US-East available on all plans.
No agents to install on your origin. A stable HTTP contract, semantic versioning, and a deprecation policy measured in years.
Two endpoints. That is the whole surface area.
GET /static/<name>.<hash>.js → cached asset, immutable
POST /api/v2/sync → batched telemetry, JSON body
Full reference in the documentation.