You can configure these preferences in the Algolia BM module (Business Manager > Merchant Tools > Algolia > Algolia).

PreferenceSFCC Site Preference NameDescriptionRequired?
Enable AlgoliaAlgolia_EnableEnable all Algolia features on your Salesforce B2C Commerce storefront.Yes
Application IDAlgolia_ApplicationIDThis is your unique Algolia app identifier. Find it in the API Keys tab of the Algolia dashboard.Yes
Search API keyAlgolia_SearchApiKeyThis is your Algolia public API key to use in your frontend code. Find it in the API Keys tab of the Algolia dashboard.Yes (optional for headless)
Admin API keyAlgolia_AdminApiKeyThis is your Algolia admin API key. Keep this key secret, and only use it in the backend. Algolia uses this key to create, update, and delete your records and indices.Required
InStock ThresholdAlgolia_InStockThresholdIf the stock of a product is lower than this value, it’s considered to be out of stock.No (default: 0)
Additional Product AttributesAlgolia_AdditionalAttributesAny additional product attributes to send to Algolia (comma-separated list).No
Index PrefixAlgolia_IndexPrefixIf set, it replaces the first two segments of the index name. The default index names are: <hostname>__<siteID>__producs__<locale> and <hostname>__<siteID>__categories__<locale>.No
Record modelAlgolia_RecordModelDefine the shape of the records generated by the cartridge. For more information, see Default records.No (default: Variation Product)
Locales for indexingAlgolia_LocalesForIndexingSpecify which locales to index in a comma-separated list, for all job types. Locales are case-sensitive.No (default: all locales assigned to your site)
Enable Insights EventsAlgolia_EnableInsightsIf true, the Storefront sends Insights events to Algolia: views, clicks, addToCart, and purchaseNo (default: false)
Enable server-side renderingAlgolia_EnableSSREnables server-side rendering of the category landing pages and search results for public search engines. Improves SEO. Only applies to SFRA cartridgesNo (default: false)
Enable Content SearchAlgolia_EnableContentSearchEnable Algolia Content Search on the SFRA storefront cartridge.No (default: false)
Enable RecommendationsAlgolia_EnableRecommendationsEnable Algolia Recommend on the SFRA storefront cartridge. See the documentation for additional setup steps.No (default: false)

Consider using restricted API keys for security reasons. For more information, see API key restrictions.