Typesense — search cluster
typesense/search · version 1
envs add typesense/search
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 |
|---|---|---|---|
TYPESENSE_API_KEY |
required | secret | The bootstrap key set at server start, which creates every other key. Typesense says never to expose the admin or bootstrap key to a frontend, since anyone holding it can write to your collections.. where to get it |
TYPESENSE_SEARCH_ONLY_API_KEY |
optional | config | Typesense says a search-only key may be exposed on your frontend because it reaches only what the search UI already shows. Scope it: an unscoped key ignores the embedded search parameters that were the point. The name is convention.. where to get it |