releases.shpreview

AI Search namespace management via Wrangler CLI

1 featureThis release1 featureNew capabilitiesAI-tallied from the release notes

AI Search now supports namespace-level Wrangler commands, making it easier to manage namespaces from your terminal, scripts, and agent workflows.

The following commands are available:

Command

Description

wrangler ai-search namespace list

List AI Search namespaces

wrangler ai-search namespace create

Create a new AI Search namespace

wrangler ai-search namespace get

Get details for a namespace

wrangler ai-search namespace update

Update a namespace description

wrangler ai-search namespace delete

Delete an AI Search namespace

Create a namespace for a new application or tenant directly from the CLI:

<div><div><span>wrangler</span><span> </span><span>ai-search</span><span> </span><span>namespace</span><span> </span><span>create</span><span> </span><span>docs-production</span><span> </span><span>--description</span><span> </span><span>"Production documentation search"</span></div></div>

List namespaces with pagination or filter by name or description:

<div><div><span>wrangler</span><span> </span><span>ai-search</span><span> </span><span>namespace</span><span> </span><span>list</span><span> </span><span>--search</span><span> </span><span>docs</span><span> </span><span>--page</span><span> </span><span>1</span><span> </span><span>--per-page</span><span> </span><span>10</span></div></div>

Use --json with list, create, get, and update to return structured output that automation and AI agents can parse directly.

Instance-level commands also now support a --namespace flag, so you can interact with instances inside a specific namespace from the CLI:

<div><div><span>wrangler</span><span> </span><span>ai-search</span><span> </span><span>list</span><span> </span><span>--namespace</span><span> </span><span>docs-production</span></div></div>

For full usage details, refer to the AI Search Wrangler commands documentation.

Fetched June 10, 2026