Live Demos

See the API Proxy in Action

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.

Prismic

API Proxy

Full API proxy demo — fetch Prismic content through your tenant domain with server-side token injection and automatic asset URL rewriting.

  • API requests proxied through /~api
  • Asset URLs rewritten in JSON response
  • Server-side token injection
  • Edge-cached API responses

Original

https://tba-boulder.cdn.prismic.io/api/v2/documents/search?ref=...

Proxied

https://demo-prismic.cmsassets.com/~api/api/v2/documents/search?ref=...

Try Demo

Contentful

API Proxy

Full API proxy demo — query Contentful entries through the edge proxy with credentials hidden from the client and asset URLs rewritten.

  • API requests proxied through /~api
  • Space-aware asset URL rewriting
  • Token never leaves the edge
  • Preview bypass support

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

Try Demo

Cloudinary

Asset Proxy

Asset proxy demo — serve Cloudinary images and videos through your tenant domain with edge caching and bandwidth control.

  • Asset URLs rewritten to tenant domain
  • Cloudinary transformations preserved
  • Edge-cached delivery
  • Bandwidth tracking per tenant

Original

https://res.cloudinary.com/demo/image/upload/w_800/sample.jpg

Proxied

https://demo-cloudinary.cmsassets.com/image/upload/w_800/sample.jpg

Try Demo

Imgix

Asset Proxy

Asset proxy demo — route Imgix-processed images through your tenant edge domain while preserving all rendering parameters.

  • Asset URLs rewritten to tenant domain
  • Imgix rendering params preserved
  • Global edge caching
  • Single-domain delivery

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

Try Demo

Generic

API Proxy

Define a custom provider for any CMS or asset origin. Route both API requests and assets through one tenant domain.

  • Custom apiHosts and assetHosts
  • Works with any HTTPS origin
  • API + asset proxy combined
  • Full createGenericProvider control

Original

https://picsum.photos/v2/list?page=1&limit=8

Proxied

https://generic.cmsassets.com/~api/v2/list?page=1&limit=8

Try Demo