Internal TestNot indexed · Not in navigation
ImageKit Integration Test
Verifies that this Airo-hosted site can securely read the ImageKit library at ik.imagekit.io/hnoylu5vd and display new uploads without editing or republishing the site.
Direct Image Delivery Check— confirms CDN delivery only, not library discovery

plasma_table_video2_crop.jpgFolder: plasma-cuttinghttps://ik.imagekit.io/hnoylu5vd/gatrel-website/plasma-cutting/plasma_table_video2_crop.jpg?updatedAt=1787946644919
If this image renders, CDN delivery is working. It does not prove the API can discover files in your library — use the gallery below for that.
Library Discovery Gallery
Populated from the ImageKit API — not hardcoded. Queries /gatrel-website and all three subfolders.
Enter credentials to load the gallery.
Security Notes
- IMAGEKIT_API_KEY is read server-side only via Airo secrets. It is never included in browser bundles, API responses, or server logs.
- The
/api/imagekit-test/imagesendpoint enforces HTTP Basic Auth. Unauthenticated requests receive401 Unauthorizedand no image data. - The page HTML is served by the SSR catch-all (no per-route auth intercept without modifying the immutable SSR handler). The page is useless without credentials — the gallery returns nothing. noindex/nofollow prevents search indexing.
- ImageKit CDN image URLs are public (as they are on the ImageKit platform itself). Only the private API key and library metadata are protected.
Cache-Control: no-storeis set on the API endpoint — every Refresh hits ImageKit live.