Documentation
Get a pull zone online and serving from the edge in a few minutes.
Quickstart
Point a subdomain at your Palewave zone with a CNAME record, and we cache and serve your origin from all 38 edge locations automatically.
cdn.example.com. CNAME zone-abc123.palewave.net.
Pull zones
A pull zone maps an edge hostname to your origin. Requests are served from cache; misses are fetched from the origin over HTTPS and cached per your rules.
Cache purge API
Invalidate a path across every edge in under a second:
curl -X POST https://api.palewave.uk/v1/zones/abc123/purge \
-H "Authorization: Bearer $TOKEN" \
-d '{"paths":["/assets/app.js"]}'
Cache headers
Palewave respects standard Cache-Control and ETag semantics. Set Cache-Control: public, max-age=3600 on your origin to cache an asset at the edge for one hour.