Summary

Cloudflare AI Search now plugs directly into major agent frameworks: a new ai-search-provider package connects it to Vercel AI SDK v6, LangChain users get a CloudflareAISearchRetriever for retrieval-augmented generation chains, and it is usable from the Cloudflare Agents SDK.

What changed

Cloudflare shipped framework integrations for AI Search, including an ai-search-provider package for Vercel AI SDK v6, a CloudflareAISearchRetriever for LangChain RAG chains, and direct use from the Cloudflare Agents SDK.

Why it matters

Meeting developers inside the frameworks they already use lowers the switching cost to Cloudflare-hosted retrieval, making AI Search a drop-in RAG backend for agents rather than a proprietary API teams must wrap themselves.

Evidence excerpt

AI Search now integrates with Vercel AI SDK, LangChain, and Cloudflare Agents SDK. The new ai-search-provider package connects AI Search to AI SDK v6; LangChain users can access CloudflareAISearchRetriever for building retrieval-augmented generation chains.

Sources