Skip to main content

Connection Configuration

FieldTypeRequiredDescription
hoststringFull host URL including protocol and port (https://ms-abc123.meilisearch.io)
api_keystringMaster key or admin key with write access. Leave empty if no auth configured.
index_namestringTarget 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

  1. Deploy Meilisearch (self-hosted or Meilisearch Cloud)
  2. Ensure the instance is accessible over HTTPS for production
  3. 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.