Cloudflare Developer PlatformThursday · June 11, 2026FREE

AI Search - Manage AI Search namespaces with Wrangler CLI

cloudflareai-searchwranglerclidevops

Cloudflare announced that AI Search now supports namespace-level Wrangler commands, allowing developers to manage AI Search namespaces from the terminal, scripts, and agent workflows. The new commands include `wrangler ai-search namespace list`, `create`, `get`, `update`, and `delete`. For example, a namespace can be created with `wrangler ai-search namespace create docs-production --description "Production documentation search"`. Namespaces can be listed with pagination or filtered by name or description using `wrangler ai-search namespace list --search docs --page 1 --per-page 10`. The `--json` flag is available with list, create, get, and update commands to return structured output that automation and AI agents can parse directly. Additionally, instance-level commands now support a `--namespace` flag, enabling interaction with instances inside a specific namespace from the CLI, e.g., `wrangler ai-search list --namespace docs-production`. These updates streamline namespace management and integration with automated workflows.

// why it matters

Developers can now manage AI Search namespaces directly from the CLI, simplifying automation and agent workflows.

Sources

Primary · Cloudflare Developer Platform
▸ Read original at developers.cloudflare.com

Like this? Get the next digest.