Storyblok — content delivery
storyblok/delivery · version 1
envs add storyblok/delivery
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 |
|---|---|---|---|
STORYBLOK_PUBLIC_TOKEN |
required | config | Storyblok says to use this token in production frontends, and it reaches published content only. The name is convention: Storyblok documents the token types, not variables for them.. where to get it |
STORYBLOK_PREVIEW_TOKEN |
optional | secret | Reaches draft content. Storyblok scopes it to the Visual Editor and staging but never calls it safe to publish, so it is not treated as public here. The name is convention.. where to get it |
STORYBLOK_PERSONAL_ACCESS_TOKEN |
optional | secret | For the Management API. Storyblok says to keep these in environment variables and never expose them in frontend code. If one leaks, revoke it and generate another; there is no rotation in place.. where to get it |