ReefEdge & API reference

Edge delivery

Reef caches static assets at the edge. Cacheability is decided by the request path: anything ending in a static-asset extension (.css .js .png …) is stored on the edge and reused for every visitor, keyed by path. Everything else is served fresh from the origin.

Endpoints

MethodPathDescription
GET/accountYour member account. Operators see the operator console here.
GET/edge/stateWhat the edge is currently holding — path, age, size.
POST/support/previewShare a page path; support renders it as an operator and reviews it.
← Back to the console