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.
| Method | Path | Description |
|---|---|---|
| GET | /account | Your member account. Operators see the operator console here. |
| GET | /edge/state | What the edge is currently holding — path, age, size. |
| POST | /support/preview | Share a page path; support renders it as an operator and reviews it. |