Live Demos
Pick a CMS provider below and run a live request through the Orinami edge proxy. Watch server-side token injection, response caching, and automatic asset URL rewriting in real time.
Full API proxy demo — fetch Prismic content through your tenant domain with server-side token injection and automatic asset URL rewriting.
Original
https://tba-boulder.cdn.prismic.io/api/v2/documents/search?ref=...
Proxied
https://demo-prismic.cmsassets.com/~api/api/v2/documents/search?ref=...
Full API proxy demo — query Contentful entries through the edge proxy with credentials hidden from the client and asset URLs rewritten.
Original
https://cdn.contentful.com/spaces/abc123/entries?content_type=page&limit=3
Proxied
https://demo-contentful.cmsassets.com/~api/spaces/abc123/entries?content_type=page&limit=3
Asset proxy demo — serve Cloudinary images and videos through your tenant domain with edge caching and bandwidth control.
Original
https://res.cloudinary.com/demo/image/upload/w_800/sample.jpg
Proxied
https://demo-cloudinary.cmsassets.com/image/upload/w_800/sample.jpg
Asset proxy demo — route Imgix-processed images through your tenant edge domain while preserving all rendering parameters.
Original
https://my-source.imgix.net/photos/hero.jpg?w=1200&auto=format
Proxied
https://demo-imgix.cmsassets.com/photos/hero.jpg?w=1200&auto=format
Define a custom provider for any CMS or asset origin. Route both API requests and assets through one tenant domain.
Original
https://picsum.photos/v2/list?page=1&limit=8
Proxied
https://generic.cmsassets.com/~api/v2/list?page=1&limit=8