envs

ImageKit — image delivery

imagekit/media · version 1

envs add imagekit/media

This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.

Key Needed Kind Notes
IMAGEKIT_PUBLIC_KEY required config ImageKit says it is not meant to be a secret and may be published in client-side JavaScript or a mobile app. The prefix is documented. The variable name is convention.. Shape ^public_.+$. where to get it
IMAGEKIT_PRIVATE_KEY required secret ImageKit says to keep it confidential and only on your servers, and its browser SDK throws if you pass one. A new pair carries the same permissions and works at once; you choose when the old expires. The prefix is documented.. Shape ^private_.+$. where to get it
IMAGEKIT_URL_ENDPOINT required config Where images are served from. ImageKit does not classify it, but it appears in every delivery URL a visitor loads. The name is convention.. where to get it

The JSON the CLI reads