Initial setup: ADP documentation repository#1
Merged
JakeSCahill merged 21 commits intomainfrom Apr 24, 2026
Merged
Conversation
* docs: add the new rpk cloud mcp reference * DOC-1649 Redpanda MCP Server docs * Improve GIF * Add alias * Clarify config * Clarify config * Apply suggestions * Add details about endpoint availability * Update modules/ai-agents/pages/mcp/local/overview.adoc * Update overview.adoc * Update overview.adoc * Update quickstart.adoc * Update configuration.adoc * Update configuration.adoc * Add extra context and links * Optional * Fix anchor * Apply suggestions from code review Co-authored-by: Angela Simms <102690377+asimms41@users.noreply.github.com> --------- Co-authored-by: JakeSCahill <jake@redpanda.com> Co-authored-by: Jake Cahill <45230295+JakeSCahill@users.noreply.github.com> Co-authored-by: Angela Simms <102690377+asimms41@users.noreply.github.com>
* Add docs for remote MCP servers * Update modules/ai-agents/pages/mcp/remote/developer-guide.adoc Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Add period * Apply suggestions from code review * Update modules/ai-agents/pages/mcp/remote/developer-guide.adoc * Update nav * Update nav * Apply suggestions from code review * Simplify * Update configuration.adoc * Update overview.adoc * Update headings to be task oriented * Require 25.2.5 * Improve overview * Improvements * Split examples * Clarify mcp client * Pipeline -> configuation * Use templates for quickstart * Use templates for quickstart * Fix grammar * Update modules/ai-agents/pages/mcp/remote/overview.adoc Co-authored-by: Paulo Borges <paulohtb6@gmail.com> * Apply suggestions from code review Co-authored-by: Paulo Borges <paulohtb6@gmail.com> * Add lint details * Update whats new * Clarify docs MCP * Document property restrictions * Remove private beta * Remove private beta * Fix formatting --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Paulo Borges <paulohtb6@gmail.com>
* Remove beta labels, single-source duplicated content, and add testing * Document automatic service account creation * Add billing info for MCP * Correct MCP and serverless cluster API paths - Change MCP API paths from /v1/mcp_servers to /v1/redpanda-connect/mcp-servers - Fix serverless cluster path from /v1/serverless-clusters to /v1/serverless/clusters - Add note about Data Plane API URL availability timing (5-10 minute delay) - Add required service_account field to MCP server creation example * Split admin guide into task-based pages - Restructure admin-guide.adoc as navigation hub - Create manage-servers.adoc for lifecycle management (edit, stop, start, delete) - Create scale-resources.adoc for resource allocation and cost optimization - Create monitor-activity.adoc for OpenTelemetry traces and observability - Add Grafana Cloud integration example to monitoring documentation - Update navigation to show hierarchical structure with three child pages This improves information architecture and user experience by organizing content by specific tasks rather than mixing multiple topics in one page. * Enhance MCP server pipeline patterns documentation - Add pattern selection guide at top for quick navigation - Add 'When to use' and 'Example use cases' to all patterns - Add new pattern sections: * Data generators (generate input for testing) * Data consumers (reading from Redpanda topics) * Data transformation (Bloblang mapping examples) * AI/LLM integration (OpenAI chat completion and embeddings) - Fix deprecated kafka_franz component, use redpanda input instead - Remove unnecessary manual anchor IDs (Antora generates them automatically) - Restructure Redpanda integration section with proper hierarchy These improvements make the patterns catalog more discoverable and provide clearer guidance on when to use each pattern. * Add .env to gitignore Prevent environment files from being committed to repository. * Escape curly braces in API path parameters AsciiDoc formatting: escape curly braces in inline code blocks to prevent them from being interpreted as attribute references. * Fix anchor * Document tags and reserved tag names for Remote MCP servers * Update MCP server creation flow to match UI terminology * Convert tagging strategies to table format * Update workflow and document inline secret creation in Cloud Console * Add cross-reference to tool contract design section * Simplify heading to 'Build your MCP tool' * Add real trace examples showing tool execution and error events * Use uppercase snakecase for Grafana Cloud secret names * Simplify monitoring docs and remove unnecessary sections * Update monitoring docs with realistic trace examples and schema details - Change heading to 'OpenTelemetry traces topic' for clarity - Document auto-created Protobuf schema 'redpanda.otel_traces-value' - Update trace data structure example with realistic values (hex IDs, numeric enums) - Refine field descriptions and reference schema for details - Remove Custom dashboards and Best practices sections (too implementation-specific) * Update branch * Fix doc-tools not found error in test-mcp-examples workflow - Add npm install step to install @redpanda-data/docs-extensions-and-macros - Use --no-install flag with npx to prevent trying to download from npm - The doc-tools binary is provided by @redpanda-data/docs-extensions-and-macros * Make MCP validation failures fail the test suite - Add MCP_FAILS counter to track validation failures - Remove '|| true' that was suppressing validation failures - Increment MCP_FAILS when validate_mcp_metadata returns non-zero - Display MCP validation failures in test summary - Exit with non-zero code when MCP validations fail This ensures missing descriptions or other MCP metadata issues cause the GitHub Actions workflow to fail. * fix: Resolve ShellCheck warnings in test script Separate variable declaration from assignment in validate_mcp_metadata to avoid masking return values and resolve ShellCheck warnings. * Fix schema syntax * Remove beta * Add badge macro * Add badge macro * fix: Correct MCP API examples and secret naming - Fix update_mask to be query parameter in scale-resources.adoc - Fix SASL configuration to use array format in pipeline-patterns.adoc - Update secret references to use uppercase snakecase (OPENAI_API_KEY) - All changes follow OpenAPI spec and documented conventions * Add warning about redpanda.otel_traces topic management - Document automatic recreation of topic and schema if deleted - Warn that deleting topic permanently deletes all trace data - Clarify that users should not produce to this system-managed topic * Document redpanda.otel_traces topic billing - Clarify that Serverless clusters are not billed for traces topic usage - Note that Dedicated/BYOC clusters follow standard billing for traces * Add 'Outputs with processors' pattern for Remote MCP - Create reusable example showing output with LLM processor - Address customer confusion about combining processors with outputs - Clarify that outputs CAN have processors, but processor tools CANNOT have outputs * Clarify how to identify MCP tools in shared traces topic - Explain that all MCP servers write to the same redpanda.otel_traces topic - Document how to identify which tool by instrumentationScope and name fields - Clarify rpcn-mcp vs benthos naming for parent and child spans - Help customers filter traces in multi-server environments * Add trace topic configuration and lifecycle details * Minor fixes * Use 'MCP server' terminology consistently across MCP remote docs * Fix remaining 'Remote MCP server' instances to use 'MCP server' * Remove 'Remote MCP' from xref link text and section headings * Clarify terms * Apply suggestions from code review Co-authored-by: Michele Cyran <michele@redpanda.com> * Formatting * Fix tests to use mcp-server lint * Cleanup * Use verbose linting and check for output since Connect does not exit with error code 1 * Fix linter * Fix MCP trace docs: clarify 100% sampling, remove unsupported exports Remove Grafana and Datadog export instructions since one-span-per-topic format is incompatible with batch-based platform requirements. * Update monitor-activity.adoc * Update modules/ai-agents/pages/mcp/remote/monitor-activity.adoc * Update developer-guide.adoc * apply suggestions * apply suggestions --------- Co-authored-by: Michele Cyran <michele@redpanda.com>
* Restructure MCP server documentation for better navigation - Add new pages: best-practices, concepts, reference, tool-patterns, troubleshooting - Remove deprecated pages: developer-guide, pipeline-patterns - Improve MCP overview with deployment comparison table - Update quickstart and admin-guide for clarity - Align structure with rp-connect-docs for single-sourcing * Use single-sourced key-terms partial in concepts page * Temporary playbook update to build from pending branch * Update personas * Lowercase * Align cloud-docs MCP testing and structure with rp-connect-docs - Restructure test-mcp-examples.sh to match rp-connect-docs test-all.sh style with sections, color output, and summary table - Add Cloud secrets format validation (Section 3) - Fix redpanda_output_with_processors.yaml: add label, MCP metadata, use secrets format for credentials - Fix best-practices.adoc: reorder sections to match rp-connect-docs, remove debugging section (moved to troubleshooting) - Fix monitor-activity.adoc: update broken xrefs to deleted reference.adoc - Fix troubleshooting.adoc: add debugging techniques section * Reorganize cloud-docs MCP pages to match rp-connect-docs structure - Add create-tool.adoc for step-by-step tool creation guide - Delete reference.adoc (content moved to create-tool.adoc and concepts.adoc) - Update nav.adoc to reflect new page structure - Update concepts.adoc, overview.adoc, quickstart.adoc with consistent cross-references and learning objectives - Update tool-patterns.adoc topic type to cookbook * Add personas and update includes * Restructure * Add anchors * three learning objectives max * Restructure * Update overview.adoc * Make title action-based * Remove toc * Apply suggestions * Remove Jira section (not available in Cloud) * Update modules/ai-agents/pages/mcp/remote/best-practices.adoc Co-authored-by: Michele Cyran <michele@redpanda.com> * Update modules/ai-agents/pages/mcp/overview.adoc Co-authored-by: Michele Cyran <michele@redpanda.com> * Rename the local MCP server * Fix links --------- Co-authored-by: Michele Cyran <michele@redpanda.com>
* Update nav entry for MCP Server for the Redpanda Cloud API * Improve MCP documentation compliance with style standards - Add missing learning objectives displays to local overview, quickstart, and configuration pages - Add intro text following "After [prerequisite], [action]" pattern - Remove periods from prerequisite fragments per style guide - Fix passive voice in remote admin pages (admin-guide, manage-servers, monitor-activity, scale-resources) - Remove redundant Data Plane API section from admin-guide (content belongs in child pages) - Convert loose paragraph to TIP in configuration page Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * Update local-antora-playbook.yml * Update index.adoc * Rename "MCP Server for the Redpanda Cloud API" to "Redpanda Cloud API MCP" Updated terminology throughout documentation for consistency and brevity. Changes: - Navigation entries - Page titles and descriptions - Content references - Cross-reference link text Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * Redpanda Cloud Management MCP Server * Fix MCP overview title and learning objectives - Update title to "MCP Servers for Redpanda Cloud Overview" - Update learning objective 2 to explicitly distinguish between "Redpanda Cloud Management MCP Server" and "Remote MCP" Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * Update terminology to Redpanda Cloud Management MCP Server in release notes - Replace "Redpanda Cloud MCP Server" with "Redpanda Cloud Management MCP Server" - Change "This local server" to "This server runs on your computer" for clarity Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * Address PR review feedback Based on feedback from PR #486: local/overview.adoc: - Shorten introduction and move learning objectives before image - Add intro sentence to Components section - Convert "Suggested reading" section to TIP - Remove "Continue your learning journey" intro text from Next steps local/quickstart.adoc: - Remove "Continue your learning journey" intro text from Next steps local/configuration.adoc: - Simplify terminology: "supports the Model Context Protocol" → "supports MCP" remote/overview.adoc: - Remove "Continue your learning journey" intro text from Next steps remote/concepts.adoc: - Remove "Continue your learning journey" intro text from Next steps remote/monitor-activity.adoc: - Fix broken Data Plane API link Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
…490) * Reorganize navigation structure and rename AI Agents to Agentic AI - Rename "AI Agents" section to "Agentic AI" - Add new MCP index page to organize MCP content - Reorganize MCP section hierarchy: - MCP Overview at top level - Remote MCP with all sub-pages - Redpanda Cloud Management MCP Server (beta) with sub-pages - Move Develop and Manage sections to appear after Deploy - Update navigation order: Overview, Get Started, Deploy, Develop, Manage, Networking, Security, Agentic AI, Redpanda Connect, Billing, Partner Integration, Reference Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * fix beta * move up Agentic AI and RPCN --------- Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
* DOC-1867 AI Gateway
# Conflicts:
# modules/ROOT/nav.adoc
* add questions for reviewers
* incorporate review comments
* configure AI Gateway LLM & MCP endpoints in Claude Code & similar tools
* update Claude Code example + index page
* revert nav title
* edits
* Add comprehensive AI Gateway documentation partials
Added 7 new documentation files for AI Gateway:
- what-is-ai-gateway.adoc: Overview, problem/solution framing, common patterns
- quickstart-enhanced.adoc: Step-by-step quickstart with time markers
- observability-logs.adoc: Request logs, filtering, and debugging
- observability-metrics.adoc: Dashboards, analytics, and cost tracking
- migration-guide.adoc: Safe migration from direct provider integration
- cel-routing-cookbook.adoc: CEL routing patterns with examples
- mcp-aggregation-guide.adoc: MCP aggregation and orchestration
All files follow Redpanda documentation standards:
- Sentence case headings
- Imperative verbs for action headings
- AsciiDoc format
- Comprehensive placeholders for product-specific details
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* clean up cc drafts
* cleanup
* cleanup
* Apply documentation style guide to AI Gateway pages
Add personas, learning objectives, and prerequisites to all AI Gateway
documentation pages. Remove DRAFT prefixes from titles and time estimates
from quickstart. Fix passive voice in multiple locations.
Changes:
- Add page-personas attributes to all 7 files
- Add learning objectives in ABCD format
- Add prerequisites sections where missing
- Remove "DRAFT:" from all page titles
- Remove time estimates from quickstart-enhanced.adoc
- Fix passive voice constructions
- Improve page descriptions
- Preserve all placeholder comments for future content
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Add AI Gateway client integration documentation
Provide admin and user guides for configuring Claude Code, Cline, Continue.dev, Cursor IDE, and GitHub Copilot to work with AI Gateway, enabling centralized LLM routing and MCP tool aggregation.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* clean up
* docs: Add http_server and a2a_message connector pages
* cleanup overview and quickstarts
* Improve AI agents documentation readability and structure
- Fix period usage in numbered steps and bold labels across all AI agent docs
- Add descriptive link text to xref anchor links for better accessibility
- Redesign monitor-agents.adoc reducing lists from 9 to 2, converting to prose and tables
- Create observability index page
- Fix broken xref from billing.adoc to observability/concepts.adoc
* cc audit
* Improve customer support tutorial with explicit instructions
- Change negative headings to positive action-oriented headings
- Add explicit 'Enter this query' instructions for each test scenario
- Add guidance on what to watch for in the conversation panel
- Specify when to start new sessions for context clearing
* Lowercase inspector when not writing about the UI button
* Restructure observability docs for better information architecture
Moved monitoring how-tos into context where users need them:
- Monitor Agents now in agents section
- Monitor MCP Servers now in mcp/remote section
- Observability concepts remain centralized as single source of truth
This follows the "procedures in context, concepts centralized" pattern,
reducing navigation overhead and improving task completion.
Also removed unnecessary observability index page since only one page
remains in that section.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Rename to Transcripts
* edit for user journey
* Remove sessions and tasks topics from agent documentation
Sessions and tasks topics are being soft-hidden with __ prefix as they
are internal implementation details. Updated documentation to focus on
user-facing monitoring features (transcripts and inspector).
Changes:
- Remove "Agent data topics" section from concepts.adoc with schemas
- Remove "Consume agent data topics" section from monitor-agents.adoc
- Update troubleshooting.adoc to reference transcripts instead of topics
- Update learning objective to "Track token usage and performance metrics"
- Fix xref anchor links to include descriptive text
- Fix shipping carrier name to comply with Google style guide
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* update nav
* update nav
* Refactor AI Gateway documentation for clarity and consistency
Major improvements:
- Rename ai-gateway.adoc to gateway-quickstart.adoc for clearer naming
- Rename ai-gateway-overview.adoc to gateway-architecture.adoc
- Consolidate quickstart-enhanced.adoc into gateway-quickstart.adoc
- Remove 161 lines of duplicate content between what-is and architecture pages
- Add page metadata (:page-topic-type:, :page-personas:, :learning-objective-N:) to all files
- Convert learning objectives from bullets to required attribute format
- Create BYOC version requirement partial and add to all 23 AI Gateway pages
- Restructure navigation with clearer sections (Overview, Quickstart, Architecture, Observability)
- Update all cross-references to renamed files
This consolidation reduces content duplication, improves metadata consistency,
and provides better content organization for users.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* style edits
* Convert learning objectives to standard format across all AI Gateway docs
Updated 13 files to comply with documentation standards for learning objectives:
- Added learning objective attributes to metadata (3 files)
- Converted all learning objective bullets to checklist format (* [ ])
Files updated:
- admin/setup-guide.adoc
- builders/connect-your-agent.adoc
- builders/discover-gateways.adoc
- All 10 integration guide files (admin and user variants for Claude Code, Cline, Continue, Cursor, GitHub Copilot)
All 23 AI Gateway files now have proper learning objective format per team standards.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Fix persona metadata attribute to use correct standard
Changed :page-personas: to :personas: across all 19 AI Gateway files.
According to the docs-team-standards plugin (content-architecture skill),
the correct attribute is :personas: without the page- prefix.
Files updated:
- All core AI Gateway files (index, overview, architecture, quickstart)
- All guide files (CEL routing, MCP aggregation, migration, observability)
- All 10 integration files (admin and user variants)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Fix Anthropic model identifiers in gateway quickstart examples
Updated short invalid model names to official versioned identifiers:
- claude-sonnet-3.5 → claude-3-5-sonnet-20241022
- anthropic/claude-sonnet-3.5 → anthropic/claude-3-5-sonnet-20241022
- anthropic/claude-opus-4 → anthropic/claude-opus-4-1-20250805
These changes ensure the quickstart examples use valid model IDs that match
the format already used elsewhere in the file (line 478).
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Clarify VS Code settings.json does not support native env var substitution
Added IMPORTANT note in the Environment-based configuration section to warn
that VS Code's .vscode/settings.json does not natively support environment
variable substitution with ${VAR} syntax.
The note clarifies that users must either:
- Install an extension that provides variable substitution
- Replace placeholders manually with actual values
- Set environment variables before launching VS Code
This prevents confusion about the ${GATEWAY_DEV_URL} and ${GATEWAY_DEV_ID}
placeholders shown in the configuration examples.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Change Cursor MCP endpoint to use HTTPS instead of HTTP
Updated the Node.js one-liner in the MCP configuration to use require('https')
instead of require('http') to ensure the bearer token is sent over TLS when
connecting to the gateway's MCP endpoint.
Changes:
- Line 269: require('http') → require('https')
- Line 277: Updated description from "HTTP requests" to "HTTPS requests"
This ensures secure transmission of the bearer token and other authentication
credentials when Cursor connects to the AI Gateway MCP endpoint.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Fix inconsistent list markers in GitHub Copilot security section
Changed mixed list markers in the "Code completion security" section to use
consistent bullet markers. Lines 722-723 previously used '.' (ordered list)
but were changed to '*' (unordered list) to match the rest of the list
starting with "GitHub Copilot sends code context to LLM providers."
Changes:
- Line 722: '. Proprietary code...' → '* Proprietary code...'
- Line 723: '. Configure organization...' → '* Configure organization...'
This ensures consistent rendering and improves AsciiDoc compliance.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Fix SDK examples in migration guide and remove placeholder notes
Updated framework integration examples with correct implementations:
1. Anthropic SDK section (lines 238-256):
- Replaced incorrect Anthropic base_url override with OpenAI client
- Anthropic's base_url only works with native /v1/messages API, not
OpenAI-compatible gateways
- Preserved use_gateway env var logic and REDPANDA_AI_GATEWAY_* names
- Removed PLACEHOLDER note
2. LlamaIndex section (lines 629-638):
- Added default_headers alongside additional_kwargs for gateway headers
- Removed PLACEHOLDER note about header syntax
3. Vercel AI SDK section (lines 657-671):
- Changed from openai() provider to createOpenAI() for custom endpoints
- Uses createOpenAI() with baseURL, apiKey, and headers configuration
- Removed PLACEHOLDER note about syntax verification
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Soften hard numeric claims with qualifiers across AI Gateway docs
Replaced absolute percentage claims with conditional language to present
them as typical or potential outcomes rather than guaranteed results:
1. what-is-ai-gateway.adoc:
- Line 99: "can achieve 99.9% uptime" → "can significantly improve
uptime (potentially up to 99.9% in some configurations)"
- Line 107: "reduces token usage by 80-90%" → "often reduces token
usage by 80-90% depending on your configuration and the number of
tools aggregated"
2. mcp-aggregation-guide.adoc:
- Line 16: "80-90% fewer tokens" → "Often 80-90% fewer tokens
(depending on configuration)"
- Line 152: "80-90% reduction" → "Typically 80-90% reduction"
- Line 269: "Still 80-90% lower" → "Often 80-90% lower"
- Line 335: "Expected Results: 80-90% reduction" → "Typically 80-90%
reduction"
3. gateway-architecture.adoc:
- Line 123: "80-90% token reduction" → "often 80-90% token reduction
depending on configuration"
These changes ensure claims are presented as conditional outcomes that
depend on configuration, rather than absolute guarantees.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Convert persona restructuring plan from Markdown to AsciiDoc
Converted AI_GATEWAY_PERSONA_RESTRUCTURING_PLAN.md to proper AsciiDoc format:
- Renamed to lowercase: ai-gateway-persona-restructuring-plan.adoc
- Converted Markdown headers (# ## ###) to AsciiDoc (= == ===)
- Converted Markdown tables to AsciiDoc table format with proper column specs
- Converted Markdown code blocks to AsciiDoc [source,text] blocks
- Converted Markdown bold (**text**) to AsciiDoc bold (*text*)
- Added blank lines before and after all tables and code blocks
- Fixed all code blocks to use proper language annotations (text for trees)
- Removed old markdown file
All tables now have proper blank lines and all fenced code blocks have
language annotations, fixing MD058/MD040 violations.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Remove unused ai-gateway.png image file
Deleted modules/shared/partials/ai-gateway.png as it's no longer needed.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Remove persona restructuring planning document
Deleted ai-gateway-persona-restructuring-plan.adoc as it was an internal
planning document that isn't referenced anywhere in the published docs.
Planning documents don't need to be in the documentation tree.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Update Claude Code config to match Anthropic MCP schema
- Change config file path from ~/.claude/config.json to ~/.claude.json
- Add mention of project-level .mcp.json alternative
- Replace "transport": "http" with "type": "http" per MCP spec
- Remove undocumented apiProviders sections from all examples
- Remove request retry configuration section (used apiProviders)
- Remove troubleshooting item about missing apiProviders
- Update all troubleshooting commands to use correct file path
Files updated:
- claude-code-admin.adoc
- claude-code-user.adoc
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Add note about environment variable interpolation in mcpServers
Clarify that Claude Code supports ${VAR} syntax for environment variable
interpolation in the mcpServers section, specifying which variables will
be resolved at runtime (REDPANDA_GATEWAY_URL, REDPANDA_GATEWAY_ID,
REDPANDA_API_KEY).
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Update Cline config to use official extension settings
Remove unofficial VS Code settings keys (cline.apiProvider,
cline.apiBaseUrl, cline.customHeaders) and document that API/provider
configuration is managed via Cline extension global state, not
settings.json.
Replace MCP configuration to use cline_mcp_settings.json with official
schema:
- Change "transport": "http" to "type": "streamableHttp"
- Remove "cline.mcpServers" wrapper (use "mcpServers" directly)
- Add "Cline > Mcp: Mode" toggle for MCP enablement
- Document Cline UI and cline_mcp_settings.json as config methods
Update configuration scope section to reflect extension global state
storage model instead of VS Code settings.json levels.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Replace hardcoded token with env var in curl example
Replace "YOUR_API_TOKEN" with "${REDPANDA_API_TOKEN}" environment
variable in the curl Authorization header to avoid secret scanner
false positives.
Add inline comment and NOTE block to inform users they must set the
environment variable before running the command.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Update Continue.dev config to current YAML standard
Convert configuration from JSON to YAML format:
- Change file name from ~/.continue/config.json to ~/.continue/config.yaml
- Convert all JSON examples to YAML syntax
- Update models, tabAutocompleteModel, apiBase, apiKey references
Update MCP configuration to official schema:
- Change modelContextProtocolServers (plural) to modelContextProtocolServer (singular)
- Replace transport type "http" with "streamable-http" (valid value)
- Add recommended directory-based configuration using ~/.continue/mcpServers/
- Provide alternative inline configuration in config.yaml
Document that Continue.dev automatically discovers MCP server
configurations in the mcpServers/ directory, which is the preferred
configuration method.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Fix Continue.dev environment variable interpolation syntax
Replace legacy JSON config with YAML using correct secrets interpolation:
- Change from ${VAR} to ${{ secrets.VAR }} syntax
- Update models -> apiKey, apiBase with secrets.REDPANDA_API_KEY and
secrets.REDPANDA_GATEWAY_URL
- Update requestOptions.headers.rp-aigw-id with secrets.REDPANDA_GATEWAY_ID
- Update experimental.modelContextProtocolServer fields (changed from plural
to singular per schema)
- Change transport type from "http" to "streamable-http"
- Replace transport.url, Authorization header, and rp-aigw-id header with
secrets interpolation
Add IMPORTANT note that ${VAR} syntax from config.json is not supported
and will be treated as literal strings in Continue.dev.
Replace shell environment variable exports with instructions to set
secrets in Continue.dev settings UI.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Fix Cursor settings.json environment variable handling
Add IMPORTANT note that VS Code settings.json does not support ${VAR}
interpolation - such placeholders are treated as literal strings.
Provide two alternatives for handling sensitive credentials:
Option 1: Script-based generation
- Add bash script that reads environment variables and generates
settings.json with actual values for cursor.overrideOpenAIBaseUrl,
cursor.overrideOpenAIApiKey, and openai.additionalHeaders
- Add PowerShell script for Windows users with ConvertTo-Json
- Include instructions to run script before launching Cursor
Option 2: Manual value replacement
- Show example with concrete placeholder values users must replace
- Add security note about file permissions (chmod 600)
Remove misleading instructions to set environment variables and launch
from terminal, as this does not enable interpolation in settings.json.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Fix GitHub Copilot configuration settings and flow
Update Option 1 (built-in custom models):
- Change github.copilot.advanced.customModels to correct setting:
github.copilot.chat.customOAIModels (experimental chat OAI models)
- Restructure configuration as array instead of nested object
- Add IMPORTANT note that API keys/headers must be configured via
Copilot Chat UI, not settings.json
- Replace environment variable instructions with Copilot Chat → Manage
Models UI flow: Add Model → Select provider → Enter API key and
custom headers (rp-aigw-id)
- Remove references to non-working environment variable approach
Update Option 2 (OAI Compatible Provider extension):
- Replace incorrect oai.provider.* settings with actual extension
settings: oaicopilot.baseUrl and oaicopilot.models
- Remove non-existent useOAIProvider setting from configuration
- Add IMPORTANT note that API keys/headers are NOT set in settings.json
- Document correct flow: Copilot Chat → Manage Models → Configure
provider → Enter API key and custom headers
- Remove environment variable instructions that don't apply
- Remove unnecessary window reload step
Both options now correctly document that users must use the Copilot
Chat → Manage Models UI to configure API keys and custom headers.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Remove duplicate rp-aigw-id from LlamaIndex example
Remove rp-aigw-id from additional_kwargs in the LlamaIndex OpenAI
client configuration. The header was being set twice - once in
additional_kwargs (which goes in the request body) and once in
default_headers (which sets HTTP headers).
Keep only the default_headers configuration to correctly set the
rp-aigw-id as an HTTP header.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Fix Continue.dev config file references to use YAML
Update security guidance section to reference config.yaml instead of
config.json:
- Change "stores the API token in plain text in config.json" to
config.yaml
- Update version control warning to reference config.yaml
- Update chmod example from ~/.continue/config.json to
~/.continue/config.yaml
Keep guidance points the same: never commit the config file, restrict
filesystem permissions, and rotate tokens if compromised.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Fix Continue.dev MCP server schema in config.yaml examples
Update Continue.dev documentation to use the correct MCP server
configuration schema:
- Change from experimental.modelContextProtocolServer (singular) to
mcpServers (plural) at root level
- Add array syntax with dash (-) before transport configuration
- Update continue-user.adoc inline config.yaml examples (2 instances)
- Update continue-admin.adoc inline config.yaml example
- Fix troubleshooting references to use new mcpServers schema
- Convert JSON config example to YAML with new schema for consistency
The new schema allows multiple MCP servers to be configured and aligns
with Continue.dev's current config.yaml structure. Directory-based
configuration in ~/.continue/mcpServers/ already uses correct schema.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Fix unsupported ${VAR} interpolation in Continue.dev project config
Replace misleading ${VAR} syntax in .continuerc.json example with
explicit placeholder text (your_project_api_key_here, etc.) to avoid
confusion.
Add IMPORTANT note explaining that .continuerc.json does not support
environment variable interpolation and must use hardcoded values.
Direct users to config.yaml with ${{ secrets.* }} syntax or config.ts
for programmatic environment access as alternatives.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Improve Continue.dev documentation clarity and compliance
Address critical documentation issues identified in audit:
1. Remove checkboxes from learning objectives in both user and admin
guides per content architecture standards
2. Add config file format clarification section explaining JSON vs YAML,
when each is required/recommended, helping users understand which
format to choose
3. Fix environment variable syntax documentation:
- Add explicit anchor [[configure-env-vars]] for cross-references
- Clarify ${{ secrets.* }} is YAML-only
- Explain config.json does not support any variable interpolation
- Clarify ${VAR} syntax is treated as literal string
4. Add security warning in admin guide about hardcoded tokens with
cross-reference to environment variable interpolation best practices
5. Update admin guide to acknowledge both JSON and YAML formats are
supported, explaining why YAML is recommended for MCP features
These changes eliminate confusion about config file formats and improve
security guidance for production deployments.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Remove checkboxes and periods from learning objectives across all integration files
Apply content architecture standards to all AI Gateway integration
documentation:
- Remove [ ] checkbox formatting from learning objectives
- Remove trailing periods from objective fragments
Files updated:
- cursor-user.adoc, cursor-admin.adoc
- github-copilot-user.adoc, github-copilot-admin.adoc
- claude-code-user.adoc, claude-code-admin.adoc
- cline-user.adoc, cline-admin.adoc
Learning objectives should be simple list items without interactive
elements or punctuation for fragments.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Revert "Remove checkboxes and periods from learning objectives across all integration files"
This reverts commit 4caa90a.
Checkboxes [ ] ARE the doc team standard for learning objectives in this
repository, as evidenced by the MCP documentation pages and other content.
The audit agent was incorrect in recommending their removal.
Restored checkboxes and periods to learning objectives in all integration
files to match the established pattern:
* [ ] Learning objective text.
Examples of this pattern in the repo:
- modules/ai-agents/pages/mcp/remote/quickstart.adoc
- modules/ai-agents/pages/mcp/remote/concepts.adoc
- modules/ai-agents/pages/mcp/local/configuration.adoc
* update nav
* Doc UI and update terminology for transcripts
* Add transcripts UI doc to nav
* Add fraud agent tutorial
* Improve readability
* Update modules/ai-agents/examples/agents/fraud-agent-prompt.txt
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Apply suggestions
* Apply suggestions
* update cloud overview adp focus
* Update cloud overview with latest ADP content from CTO Tech Talk demo
Align messaging with public demo content: emphasize manufacturing use case, add multi-agent architecture, highlight MCP server security features (injection attack prevention), strengthen interoperability messaging, and remove OXLA references not yet in public materials.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* cleanup
* minor edits
* Apply suggestions from SME review
* minor edit
* fix nav
* minor edit
* Apply suggestion from @JakeSCahill
* Fix example
* Fix code review feedback
- Parse agent JSON response in fraud-detection-routing pipeline
- Add .value accessor to rpk jq filter
- Standardize country codes to ISO alpha-2 format
- Make model references evergreen
- Add Content-Type headers to HTTP POST requests
- Normalize MCP tool response structures
- Add low/none severity counts to risk indicators
- Ensure consistent response schema in fallback branches
* Apply suggestions
* Apply suggestions
* AWS only & what's new blurb
* AWS only
* Apply feedback
* Update modules/ai-agents/pages/agents/overview.adoc
Co-authored-by: Michele Cyran <michele@redpanda.com>
* Remove alias
* Remove incorrectly added files from previous commit
* Integrate AI Gateway into agent documentation
- Replace API key prerequisites with AI Gateway requirement
- Add gateway selection before provider/model selection
- Remove 'Add API keys as secrets' section from create-agent
- Update all tutorials to use gateway-based authentication
* Update local-antora-playbook.yml
* Replace 'Cloud UI' with 'Cloud Console' throughout ai-agents docs
* Update MCP overview
* Remove search and add placeholder for filtering functionality
* Clarify trace format
* Start telemetry doc for BYOA
* Add byoa telemetry to nav tree
* conditionalize out content not for package 1
* Simplify examples
* Fix label
* Fix label
* Fix label
* force build
* update nav.adoc
* fix nav
* base
* DOC-1901
* add google AI
* Change filename and update with UI changes
* Update nav tree with correct filename
* add AI Hub documentation
- Add 4 new pages: gateway modes concept, configure AI Hub, eject to custom mode, use AI Hub gateway
- Add 2 reusable partials: mode indicator, preference toggles
- Update 5 existing pages with AI Hub mode content
- Document 17 routing rules, 6 backend pools, 6 preference toggles
- Update navigation with new AI Hub pages
- Fix all API paths and ensure docs team standards compliance
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* Fix nav tree and add xrefs
* Minor edits to concepts
* Minor edit
* Fix build errors
* Minor edit
* Update quickstart.adoc
* adp: add authorization docs
* adjust to standards
* Update modules/ai-agents/partials/service-account-authorization.adoc
* add glossterms
* use glossterms
* update cloud overview adp focus
* Update cloud overview with latest ADP content from CTO Tech Talk demo
Align messaging with public demo content: emphasize manufacturing use case, add multi-agent architecture, highlight MCP server security features (injection attack prevention), strengthen interoperability messaging, and remove OXLA references not yet in public materials.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
* cleanup
* minor edits
* minor edit
* minor edit
* AWS only & what's new blurb
# Conflicts:
# modules/get-started/pages/whats-new-cloud.adoc
* incorporate review feedback + add glossary terms
* Fix OTLP trace ingestion docs and add code examples (#502)
- Fix endpoint URL format: use pipeline URL pattern instead of
internal ports (4317/4318)
- Simplify pipeline YAML config with Cloud-standard env vars
- Add authentication section with link to Cloud API auth docs
- Add Go examples for both HTTP and gRPC transports
- Add gRPC examples for Python and Node.js
- Remove internal implementation details users don't need
Co-authored-by: Johannes Brüderl <johannes@redpanda.fritz.box>
* Edit for length
* Address SME feedback
* Trim Transcripts UI doc
* Trim concepts content
* Polish byoa telemetry doc
* clean placeholders & move integrations to partials
* fix xrefs to integrations
* Add glossary terms
* Fix gloss terms
* Resolve 23 PLACEHOLDERs across AI Gateway docs
Replace model="auto" with realistic model names in CEL examples,
fix UI navigation paths to use Agentic AI sidebar structure,
confirm streaming and response format compatibility, uncomment
verification command, comment out unverified CEL sections (A/B
testing, time-based routing, reject), revise geographic routing
to use different providers, and update observability integrations
to confirmed Prometheus + OpenTelemetry.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* style edits
* Update model versions and add Gemini provider support
Update all AI Gateway documentation to use latest model versions:
- OpenAI: gpt-5.2, gpt-5.2-mini (was gpt-4o, gpt-4o-mini)
- Anthropic: claude-sonnet-4.5, claude-opus-4.6 (was claude-sonnet-3.5, claude-opus-4)
- Add Google Gemini: gemini-2.0-flash, gemini-2.0-pro
Updated 27 files including core docs, admin/builder guides, integration guides, CEL routing examples, and code samples across all documentation.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Move AI Hub content to partials for future release
Move AI Hub documentation to partials folder to preserve content but prevent rendering in Package 1 release:
- Move configure-ai-hub.adoc, eject-to-custom-mode.adoc, use-ai-hub-gateway.adoc, gateway-modes.adoc to partials/ai-hub/
- Wrap all xrefs to AI Hub pages with ifdef::ai-hub-available[] conditionals
- Remove AI Hub pages from nav.adoc
- Update 7 files with conditional xrefs: gateway-quickstart, setup-guide, discover-gateways, what-is-ai-gateway, gateway-architecture, ai-hub-preference-toggles
AI Hub content preserved for future Package 2 release.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* conditionalizing cleanup
* conditionalizing cleanup
* Address feedback
* Update modules/ai-agents/pages/agents/architecture-patterns.adoc
Co-authored-by: Joyce Fee <102751339+Feediver1@users.noreply.github.com>
* Address feedback
* Address feedback
* Reorganize http/grpc section and fix more gloss terms
* edits
* Remove rp-aigw-id header references, update to URL-based gateway ID
Gateway ID is now embedded in the endpoint URL path instead of passed
as a separate rp-aigw-id HTTP header. Updated all code examples, UI
navigation, and documentation across 22 files. Also updated
observability dashboard references to point to the gateway Overview tab
where applicable, and commented out references to UI features not yet
available.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Update docs to match current AI Gateway UI
- Update MCP server fields to match Create MCP Server dialog (Server ID,
Display Name, Server Address, Defer Loading Override, Forward OIDC
Token Override)
- Update orchestrator section to reflect system-managed config with
configurable blocked tool patterns
- Update deferred loading config to use per-server Defer Loading Override
dropdown instead of gateway-level toggle
- Update observability references to point to gateway Overview tab
- Comment out references to UI features not yet available
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* rename MCP Gateway chapter
* improved messaging from Alex
* improved messaging from Alex
* improved messaging from Alex for AI Gateway
* improved messaging from Alex for MCP
* improved messaging from Alex + new ADP overview
* delete original overview
* fix index.adoc
* cleanup
* style edits
* Make observability intros more evaluator-friendly and outcome-based
* Remove file duplicated after rename to transcripts.adoc
* Add new log gloss term
* Plain language
* Minor intro section tweak
* add LA and position admonition consistently
* add practical business value of ADP to overview
* cleanup
* minor edits
* coderabbit fix
* fix incorrect CEL field names to use request.body.* schema
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix invalid Cursor MCP config key: transport -> type: streamable-http
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* coderabbit fix in partial
* Update modules/ai-agents/examples/mcp-tools/inputs/stream_processing.yaml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* fix Claude Code LLM routing to use environment variables
Replace non-existent claude config set flags with ANTHROPIC_BASE_URL
and ANTHROPIC_AUTH_TOKEN environment variables.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix OTLP status code values: 0=UNSET, 1=OK, 2=ERROR
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix CEL request path and add safe-access guard in cline-user
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix jq selector to access .value wrapper consistently
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* clarify env var interpolation scope: .mcp.json only, not ~/.claude.json
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: micheleRP <michele@redpanda.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: JakeSCahill <jake@redpanda.com>
Co-authored-by: Jake Cahill <45230295+JakeSCahill@users.noreply.github.com>
Co-authored-by: Kat Batuigas <kbatuigas@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Johannes Brüderl <johannes.bruederl@gmail.com>
Co-authored-by: Johannes Brüderl <johannes@redpanda.fritz.box>
Co-authored-by: Joyce Fee <102751339+Feediver1@users.noreply.github.com>
Co-authored-by: Paulo Borges <paulohtb@Paulos-MacBook-Pro.local>
* DOC-1962 * update admonitions * update admonition * service account (singular) in UI * move up admonition in agents files
…#510) * Update sidebar navigation: Agentic AI → Agentic, Gateways → Routers Align docs with Console sidebar restructure (cloudv2#24748). Navigation path is now Agentic > AI Gateway > Routers. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * add path * Use full navigation path in CEL routing cookbook Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Revert Routers back to Gateways in UI navigation paths The UI still says "Gateways", not "Routers", so this reverts that part of the sidebar navigation rename across all 16 affected files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Fix inconsistent bold formatting in navigation paths Apply individual bold to each menu item (*Agentic* > *AI Gateway* > *Gateways*) instead of wrapping the entire path in a single bold block. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
…ns (#516) * DOC-2034: Document OIDC authentication for AI Gateway agent connections Add OIDC (OAuth 2.0 client_credentials grant) as a production authentication option alongside the existing API key quick-start. Includes service account setup, OIDC client configuration with tabbed examples (cURL, Python, Node.js), token lifecycle guidance, rp-aigw-id header in cURL examples, and troubleshooting updates. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fixes * DOC-2034: Make OIDC the only auth method for AI Gateway Remove the Quickstart (API key) section and make OIDC the sole authentication path, since API keys are not supported. Move SDK examples into the OIDC flow and update all references accordingly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * DOC-2034: Fix remaining API token references to say OIDC token Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * DOC-2034: Address PR review comments for OIDC auth documentation - Reword OIDC intro to clarify service account credential flow - Add discovery URL explanation after OIDC config table - Update Python authlib example to use metadata discovery - Correct authlib token caching note to describe actual behavior - Clarify that AI Gateway does not auto-renew tokens - Update token lifecycle authlib bullet to match new guidance Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * incorporate doc review feedback --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
…#542) * DOC-1809 Document Cloud Feature Group-based Access Control via OIDC (#536) * DOC-1809 Document Cloud Feature Group-based Access Control via OIDC * note GBAC not supported in Serverless * trigger Netlify rebuild * Apply suggestion from @JakeSCahill --------- Co-authored-by: Jake Cahill <45230295+JakeSCahill@users.noreply.github.com> * docs: Set up GBAC folder structure mirroring RBAC with CP/DP pages Restructure GBAC documentation to mirror the RBAC pattern with separate control plane and data plane pages. Create shared predefined-roles partial, add custom roles documentation, and update cross-references across the repo. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * add docs metadata * point playbook to docs PR * edits * minor edit * update predefined roles + style/consistency edits * update SSO for GBAC * add links to SSO * Use group claim extraction partial * minor edits * review fixes: revert playbook, headings, trailing newlines, index intro Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Michele Cyran <michele@redpanda.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Kat Batuigas <kbatuigas@gmail.com>
This migration preserves the complete development history of the ai-agents module from the cloud-docs repository. The content has been moved from modules/ai-agents/ to modules/ROOT/ to serve as the primary component in this dedicated ADP documentation repository.
- Update antora.yml with redpanda-adp component config and header color - Update README.adoc with ADP-specific content - Update package.json name and description - Add netlify.toml for deploy previews - Update internal xrefs from ai-agents: to local references - Update partial includes to ROOT:partial$ - Delete unused template files (home module, fetch scripts, template images) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
## Repository configuration - Configure antora.yml for redpanda-adp component - Set header color to #F77923 (Redpanda orange) - Add env-adp and page-adp attributes ## Navigation restructure - Reorganize nav.adoc with new section structure - Add Get Started, Agents, MCP Servers, AI Gateway, Trust & Governance, Observability, Integrations, Reference sections - Create stub pages for planned content ## Content updates - Update internal xrefs (ai-agents: → local refs) - Add page-aliases for redirects from old URLs - Add BYOC/Cloud attributes to getting started pages as examples ## New pages (stubs) - get-started/: signup, first-agent, byoc-prereqs, byoc-quickstart, invite-team - governance/: dashboard, guardrails, budgets, kill-switch - integrations/: claude-code, cursor, continue, cline, copilot - reference/: glossary, api, pipeline-examples Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Replace local paths with GitHub repository URLs - Reference feature branches for PRs in progress - Use prerelease UI bundle v2.14.0-adp.1 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2 tasks
Includes missing is-byoc-feature and is-cloud-feature helpers. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
✅ Deploy Preview for redpanda-agentic-data-plane ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Set up the adp-docs repository as the dedicated home for Redpanda Agentic Data Plane documentation.
Changes
Repository configuration
antora.ymlforredpanda-adpcomponent#F77923(Redpanda orange)env-adpandpage-adpattributes for conditional contentNavigation restructure
New nav structure with sections:
Content updates
ai-agents:prefix)page-aliasesfor redirects from old cloud-docs URLsRelated PRs
Test plan
npm run build🤖 Generated with Claude Code