Connection Configuration
| Field | Type | Required | Description |
|---|
host | string | ✅ | Full host URL including protocol and port (https://ms-abc123.meilisearch.io) |
api_key | string | — | Master key or admin key with write access. Leave empty if no auth configured. |
index_name | string | — | Target index name (default: jobs). Created automatically if it doesn’t exist. |
Example Configuration
{
"host": "https://ms-abc123.meilisearch.io",
"api_key": "••••••••",
"index_name": "jobs"
}
Setup Requirements
- Deploy Meilisearch (self-hosted or Meilisearch Cloud)
- Ensure the instance is accessible over HTTPS for production
- Use a master or admin key for write access
Meilisearch is great for teams that want a fast, easy-to-setup search engine
with excellent developer experience.