Documentation Index
Fetch the complete documentation index at: https://jobo.world/docs/llms.txt
Use this file to discover all available pages before exploring further.
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
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

