Connection Configuration
| Field | Type | Required | Description |
|---|
application_id | string | ✅ | Your Algolia Application ID (found in dashboard under API Keys) |
api_key | string | ✅ | Admin API Key with write access |
index_name | string | — | Target index name (default: jobs). Created automatically if it doesn’t exist. |
Example Configuration
{
"application_id": "YourApplicationID",
"api_key": "••••••••",
"index_name": "jobs"
}
Setup Requirements
- Get your Application ID and Admin API Key from the Algolia dashboard
- The index is created automatically on first sync
Algolia is perfect for building instant search experiences with typo
tolerance, faceted filtering, and geo-search.