Redocly Realm Search API
The Search API is the machine-readable query surface of any Realm project: POST /_search returns documentation and API-reference matches and POST /_search-facets returns facet aggregations. It is the REST twin of the `search` tool on the Docs MCP server. Authentication is session-cookie only — the API accepts no API key or bearer token — and public projects need none at all, which is why Redocly's own project answers anonymously. Errors are RFC 9457 problem documents. The server block is templated on {projectUrl} because every Realm customer serves their own copy; the default is redocly.com, Redocly's own deployment.