Alchemy adds Cloudflare AI Search support
Alchemy has added Cloudflare AI Search support to its alchemy-effect package, automating token provisioning and document indexing. The update introduces declarative config, namespace grouping for deployment pipelines, and client bindings for Cloudflare Workers.
Automating Edge RAG provisioning directly through Infrastructure-as-Code is a major developer experience win for the Cloudflare and Effect ecosystems. Handling token minting programmatically removes a tedious manual dashboard setup step.
- –**Low-Privilege Tokens**: Automatically creates least-privilege API tokens (`AI Search Index Engine`) and maps them to R2 indexing processes.
- –**Namespace Ordering**: The deployment engine ensures search pipelines are deployed after their target namespaces and destroyed before them, preventing orphaned resources.
- –**Worker Bindings**: Offers native Effect client bindings alongside support for standard async Workers via `InferEnv`.
DISCOVERED
3h ago
2026-06-18
PUBLISHED
3h ago
2026-06-18
RELEVANCE
AUTHOR
samgoodwin89