This article explains the differences between protected and unprotected Meilisearch projects and instances.Documentation Index
Fetch the complete documentation index at: https://www.meilisearch.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Protected projects
In protected projects, all Meilisearch API routes and endpoints can only be accessed by requests bearing an API key. The only exception to this rule is the/health endpoint, which may still be queried with unauthorized requests.
Meilisearch Cloud projects are protected by default. Self-hosted instances are only protected if you launch them with a master key.
Consult the basic security tutorial for instructions on how to communicate with protected projects.