Overview
Add Algolia to any ModuleX agent or workflow. Search and indexing platform for building fast, relevant search experiences via the Algolia REST API ({application_id}-dsn.algolia.net for reads, {application_id}.algolia.net for writes).
Categories: Developer Tools & Infrastructure · Search · Auth: Algolia API Credentials · Actions: 4
Authentication
Algolia API Credentials
Authenticate using your Algolia Application ID and API Key1
Step 1
Go to https://dashboard.algolia.com and sign in
2
Step 2
Navigate to Settings > API Keys
3
Step 3
Copy your Application ID and Admin API Key
Required Credentials
Available Actions
browse_records — Browse for records in the given index
browse_records — Browse for records in the given index
delete_records — Delete records from the given index by object IDs
delete_records — Delete records from the given index by object IDs
list_index_name_options — Retrieves available index names for the application
list_index_name_options — Retrieves available index names for the application
Response
Limits & Quotas
- Rate limits depend on the Algolia plan (Community, Standard, Premium). Community plans have lower indexing and search operation limits.
- Search operations: typically thousands per second on paid plans.
- Indexing operations: batch limits vary by plan (10 MB per batch maximum payload size).
- Error model: non-2xx responses and timeouts are caught and returned as
success=False+errorrather than raising.