Meilisearch
api.meilisearch.com
Meilisearch is an open-source, lightning-fast search engine designed for instant, typo-tolerant, and relevant search experiences. It provides RESTful APIs for indexing documents, searching with filters and facets, and managing search settings with minimal configuration.
api_key
free
1.0
https://api.meilisearch.com
1
2026-03-01T11:08:36.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
add_or_replace_documents
otherAdd new documents to an index or replace existing ones by their primary key. Accepts JSON arrays of objects. Useful for initial data loading and full record updates.
Detail: https://api.meilisearch.com/capabilities/add_or_replace_documents
get_documents
otherRetrieve documents from an index by their IDs or using filters and pagination. Useful for browsing data, verifying indexed content, or building detail views.
Detail: https://api.meilisearch.com/capabilities/get_documents
manage_indexes
otherCreate, list, update, or delete search indexes. Each index holds a collection of documents with its own search settings and filterable attributes.
Detail: https://api.meilisearch.com/capabilities/manage_indexes
multi_search
otherExecute multiple search queries across different indexes in a single HTTP request. Ideal for federated search, autocomplete, and combining results from separate collections.
Detail: https://api.meilisearch.com/capabilities/multi_search
search_documents
locationPerform a full-text search query against a Meilisearch index. Returns ranked, highlighted results with support for filters, facets, sorting, geo-search, and pagination.
Detail: https://api.meilisearch.com/capabilities/search_documents
update_settings
otherConfigure how an index behaves: set searchable attributes, filterable attributes, sortable attributes, ranking rules, synonyms, stop words, and typo tolerance.
Detail: https://api.meilisearch.com/capabilities/update_settings
Agent Preview
This is what an AI agent sees when it discovers this service via the Gateway:
Service: Meilisearch Description: Meilisearch is an open-source, lightning-fast search engine designed for instant, typo-tolerant, and relevant search experiences. It provides RESTful APIs for indexing documents, searching with filters and facets, and managing search settings with minimal configuration. Auth: api_key Capabilities: - add_or_replace_documents: Add new documents to an index or replace existing ones by their primary key. Accepts JSON arrays of objects. Useful for initial data loading and full record updates. - get_documents: Retrieve documents from an index by their IDs or using filters and pagination. Useful for browsing data, verifying indexed content, or building detail views. - manage_indexes: Create, list, update, or delete search indexes. Each index holds a collection of documents with its own search settings and filterable attributes. - multi_search: Execute multiple search queries across different indexes in a single HTTP request. Ideal for federated search, autocomplete, and combining results from separate collections. - search_documents: Perform a full-text search query against a Meilisearch index. Returns ranked, highlighted results with support for filters, facets, sorting, geo-search, and pagination. - update_settings: Configure how an index behaves: set searchable attributes, filterable attributes, sortable attributes, ranking rules, synonyms, stop words, and typo tolerance.