Agentic Service Discovery

Resources

A

Algolia

by Algolia, Inc.

Search Algolia indexes, add and update records, delete objects, configure index settings, and manage search relevance from agent workflows.

OtherFree / PaidAPI keysearchindexingfull-textautocompleterecords

How agents use Algolia

  • Agent searches an Algolia product index to find matching items based on user query
  • Agent updates Algolia records when product prices or stock levels change in a source system
  • Agent ingests new content (articles, products, docs) into Algolia after it is created or updated
  • Agent deletes records from the index when corresponding items are removed from the source
  • Agent uses Algolia search to power autocomplete or recommendation features in an agent workflow

Agent actions

Search IndexPerform a full-text search query against an Algolia index.

Inputs: indexName, query, filters, hitsPerPage, page, facets

Returns: hits, nbHits, nbPages, processingTime, facets

Save ObjectAdd or replace a record in an Algolia index (upsert by objectID).

Inputs: indexName, object

Returns: objectId, taskId, createdAt

Save Objects BatchAdd or replace multiple records in a single Algolia batch request.

Inputs: indexName, objects

Returns: objectIds, taskIds, savedCount

Partial Update ObjectUpdate specific fields of an existing Algolia record without replacing it.

Inputs: indexName, objectId, updates

Returns: objectId, taskId

Delete ObjectDelete a record from an Algolia index by objectID.

Inputs: indexName, objectId

Returns: taskId, success

Get ObjectRetrieve a specific record from an Algolia index by objectID.

Inputs: indexName, objectId

Returns: objectId, object

List IndexesRetrieve all indexes in the Algolia application.

Returns: indexes, indexCount

Example workflows

1

Product catalogue sync

When a product is added or updated in Shopify, an agent syncs the record to Algolia for instant search.

About Algolia

Vendor
Algolia, Inc.
Pricing Always review details with the vendor
Free / PaidFree plan includes 10K records and 10K search operations/month. Build plan starts at $0.50/1K additional operations.
Authentication
API key
Rate limit Always review details with the vendor
100 requests / minute
Compatible nodes
AgentResourceInputOutput

Build an AI workflow with Algolia

Use the Agentic Planner to design, visualize, and connect Algolia with your other tools.

Open Agentic Planner

Related Other tools