Search Redpanda API reference documentation by keyword. Returns up to 20 matching endpoints, schemas, or topics with URL, title, and text excerpts.
SCOPING (important for accurate results):
- api="all" or omit: Search across ALL APIs at once - useful when unsure which API contains the endpoint
- api="admin": Search only cluster management (brokers, partitions, configs, users, maintenance)
- api="cloud-controlplane": Search only Cloud resource management (clusters, networks, namespaces)
- api="cloud-dataplane": Search only Cloud data operations (topics, ACLs, connectors)
- api="http-proxy": Search only HTTP Proxy (produce, consume, offsets over HTTP)
- api="schema-registry": Search only Schema Registry (register, retrieve, compatibility)
WHEN TO USE WHICH:
- User asks "broker endpoints" → api="admin" (brokers are cluster management)
- User asks "create topic API" → api="all" (topics exist in admin AND cloud-dataplane)
- User asks "Cloud cluster API" → api="cloud-controlplane"
- User asks about Redpanda APIs generally → api="all" or omit
For general Redpanda questions (not API-specific), use ask_redpanda_question instead.