Public Endpoints for Unauthenticated Access
AI Search now supports public endpoints, allowing you to expose search capabilities without requiring API authentication. This simplifies integration for websites and public-facing applications. Enable public endpoints by navigating to AI Search in your Cloudflare dashboard, selecting your instance, and toggling Public Endpoint in the settings.
Pre-Built UI Snippets
Pre-built search and chat components are now available as embeddable UI snippets. Configure and preview components at search.ai.cloudflare.com, then embed them into your website with a simple script tag and custom component:
<script
type="module"
src="https://<INSTANCE_ID>.search.ai.cloudflare.com/assets/v0.0.25/search-snippet.es.js"
></script>
<search-modal-snippet
api-url="https://<INSTANCE_ID>.search.ai.cloudflare.com/"
placeholder="Search..."
></search-modal-snippet>
This eliminates the need to build search interfaces from scratch.
Model Context Protocol (MCP) Integration
The MCP endpoint enables AI agents to search your content through the Model Context Protocol. Connect your MCP client directly to the search instance at https://<INSTANCE_ID>.search.ai.cloudflare.com/mcp, making it easy to integrate search into AI agent workflows.
Getting Started
All features are available immediately through the Cloudflare dashboard. Refer to the documentation for detailed configuration instructions and implementation guides for each feature.