Link Meilisearch Cloud to a Vercel Project.
Default Search API Key
and Default Admin API Key
.
Default Admin API Key
, to control who can access or create new documents, indexes, and change index settings. Be careful with the admin key and avoid exposing it in public environments.
Default Search API Key
to access the search route. This is the one you want to use in your front end.
Both keys are automatically added to Vercel along with the Meilisearch URL.
MEILISEARCH_ADMIN_KEY
MEILISEARCH_URL
MEILISEARCH_SEARCH_KEY
NEXT_PUBLIC_
. This makes them available to the browser side of your application.