AI Search - Manage AI Search namespaces with Wrangler CLI
24d ago
Source
CloudflareAI Search - Manage AI Search namespaces with Wrangler CLIcloudflare.comAI 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: wrangler ai-search namespace create docs-production --description "Production documentation search" List namespaces with pagination or filter by name or description: wrangler ai-search namespace list --search docs --page 1 --per-page 10 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: wrangler ai-search list --namespace docs-production For full usage details, refer to the AI Search Wrangler commands documentation .
You might also wanna read
Building a CLI Coding Agent with Pydantic-AI: A Practical Implementation Guide
This article provides a comprehensive guide on building a CLI (Command Line Interface) coding agent using Pydantic-AI. It explains how these
martinfowler.com·10mo ago
Designing Command-Line Interfaces for AI Agents: A New Paradigm
The article discusses the need to redesign command-line interfaces (CLIs) specifically for AI agents rather than humans. The author shares t
Managing AI-Generated Context Files with Git Worktrees Using AI Docs CLI
The article introduces AI Docs CLI, a tool for managing AI-generated context files with Git worktrees. It features creating an orphan branch
Space CLI: A command-line tool for AI-powered flashcard management
Space CLI is a command-line tool that connects AI assistants like Claude Code and ChatGPT to Space flashcards. It allows users to create, se
Rethinking Search: From Query-Answer Services to Programmable Primitives for AI Agents
The article argues that traditional search pipelines are becoming outdated for AI agent systems. It proposes rethinking search as a programm

Comments
Sign in to join the conversation.
No comments yet. Be the first.