Skip to main content

🚀 Quickstart

Connect to Meilisearch with Nango and see data flow in 2 minutes. Meilisearch uses an API key generated in your Meilisearch Cloud project or self-hosted instance.
1

Create the integration

In Nango (free signup), go to Integrations -> Configure New Integration -> Meilisearch.
2

Connect your Meilisearch instance

Go to Connections -> Add Test Connection. Enter your instance URL and API key, then save.
3

Call the Meilisearch API

Make your first request. Replace the placeholders with your secret key, integration ID, and connection ID:
Or fetch credentials with the Node SDK or API.✅ You’re connected! Check the Logs tab in Nango to inspect requests.
4

Implement Nango in your app

Follow our Auth implementation guide to integrate Nango in your app.To obtain an API key, follow the setup guide linked below.

📚 Meilisearch integration guides

Nango maintained guides for common use cases. Official docs: Meilisearch API reference

🧩 Pre-built syncs & actions for Meilisearch

Enable them in your dashboard. Extend and customize to fit your needs. No pre-built syncs or actions available yet.
Not seeing the integration you need? Build your own independently.

Common gotchas

  • Documents writes are asynchronous: the API returns an enqueued task (taskUid); poll GET /tasks/{taskUid} to confirm completion.
  • Use an API key, not the master key. The master key cannot sign tenant tokens and should never leave your infrastructure.
  • The instance URL must include the scheme and have no trailing slash, e.g. https://ms-xxxx.meilisearch.io.