Jentic publishes the only available OpenAPI specification for Meilisearch v1.0, keeping it validated and agent-ready. Meilisearch is an open-source search engine that delivers fast typo-tolerant full-text search with built-in ranking rules, faceting, and synonyms. The 1.0 API surface exposes 65 endpoints across indexes, documents, search, settings, tasks, key management, stats, and dumps. Use it to build search experiences with millisecond response times, manage per-index ranking rules, and run multi-tenant search through scoped API keys.
Meilisearch is a self-hosted search engine you run on your own instance. This API creates and configures indexes, adds and updates documents, and runs fast full-text search with typo tolerance, filtering, faceting, and custom ranking rules. It exposes fine-grained index settings such as searchable and displayed attributes, synonyms, stop-words, and sortable attributes, manages API keys, and tracks the asynchronous tasks that document and settings changes create.
Step 1: Jentic One Host machine
# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fmeilisearch.com" | shStep 2: Agent machine
# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fmeilisearch.com" | sh
jentic register # connects your agent to your Jentic One instanceJentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.
BOOK A DEMO
Browse thousands of APIs and connect them all to your agent with Jentic One. One layer, one credential — every API your agent needs.