Algolia

api.algolia.com

Community

Algolia is a hosted search and discovery API that delivers fast, relevant search results in milliseconds. It supports full-text search, faceted filtering, typo tolerance, geo-search, and AI-powered recommendations across indexes of structured data.

Auth

api_key

Pricing

free

Spec version

1.0

Base URL

https://api.algolia.com

Crawl failures

1

Last verified

2026-03-01T11:01:06.000Z

Health

This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →

Capabilities

browse_index

ai-ml

Iterate over all records in an index without ranking. Useful for exporting data, building feeds, or processing all records when you do not need relevance-based ordering.

Detail: https://api.algolia.com/capabilities/browse_index

manage_index_settings

ai-ml

Get or update the search configuration of an index including searchable attributes, ranking rules, facets, and custom relevance settings.

Detail: https://api.algolia.com/capabilities/manage_index_settings

manage_objects

ai-ml

Add, update, or delete records (objects) in an Algolia index. Supports single and batch operations for keeping your search index synchronized with your data source.

Detail: https://api.algolia.com/capabilities/manage_objects

manage_rules

ai-ml

Create and manage query rules that customize search behavior for specific queries. Rules can pin results, boost items, add filters, or return custom data.

Detail: https://api.algolia.com/capabilities/manage_rules

manage_synonyms

ai-ml

Create, list, or delete synonyms for an index so that alternative terms return the same results. Supports one-way, two-way, and placeholder synonyms.

Detail: https://api.algolia.com/capabilities/manage_synonyms

multi_index_search

ai-ml

Execute multiple search queries across one or more indexes in a single API call. Useful for federated search, autocomplete, and building search interfaces that combine results from different data sources.

Detail: https://api.algolia.com/capabilities/multi_index_search

search_index

ai-ml

Perform a full-text search query against an Algolia index. Supports filters, facets, pagination, typo tolerance, and geo-search. Returns ranked results with highlighted matches.

Detail: https://api.algolia.com/capabilities/search_index

Agent Preview

This is what an AI agent sees when it discovers this service via the Gateway:

Service: Algolia
Description: Algolia is a hosted search and discovery API that delivers fast, relevant search results in milliseconds. It supports full-text search, faceted filtering, typo tolerance, geo-search, and AI-powered recommendations across indexes of structured data.
Auth: api_key
Capabilities:
  - browse_index: Iterate over all records in an index without ranking. Useful for exporting data, building feeds, or processing all records when you do not need relevance-based ordering.
  - manage_index_settings: Get or update the search configuration of an index including searchable attributes, ranking rules, facets, and custom relevance settings.
  - manage_objects: Add, update, or delete records (objects) in an Algolia index. Supports single and batch operations for keeping your search index synchronized with your data source.
  - manage_rules: Create and manage query rules that customize search behavior for specific queries. Rules can pin results, boost items, add filters, or return custom data.
  - manage_synonyms: Create, list, or delete synonyms for an index so that alternative terms return the same results. Supports one-way, two-way, and placeholder synonyms.
  - multi_index_search: Execute multiple search queries across one or more indexes in a single API call. Useful for federated search, autocomplete, and building search interfaces that combine results from different data sources.
  - search_index: Perform a full-text search query against an Algolia index. Supports filters, facets, pagination, typo tolerance, and geo-search. Returns ranked results with highlighted matches.