Skip to content

Commit 5aa0b36

Browse files
authored
Merge pull request #13 from redpanda-data/adp-3a-reference-shell
Audit ADP landing page and replace glossary stub for GA
2 parents fe71a7e + d9e98fa commit 5aa0b36

10 files changed

Lines changed: 276 additions & 60 deletions

File tree

local-antora-playbook.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ content:
2626
ui:
2727
bundle:
2828
url: https://github.com/redpanda-data/docs-ui/releases/download/v2.14.0-adp.2/ui-bundle.zip
29+
supplemental_files: ./supplemental-ui
2930
asciidoc:
3031
attributes:
3132
extensions:

modules/ROOT/nav.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
* xref:index.adoc[Overview]
22
* xref:get-started:index.adoc[Get started]
3-
** xref:get-started:signup.adoc[Sign up for ADP Cloud]
3+
** xref:get-started:byoc-prereqs.adoc[Prerequisites]
4+
** xref:get-started:byoc-quickstart.adoc[Quickstart]
45
** xref:get-started:first-agent.adoc[Build your first agent]
5-
** xref:get-started:byoc-prereqs.adoc[ADP BYOC prerequisites]
6-
** xref:get-started:byoc-quickstart.adoc[ADP BYOC quickstart]
76
** xref:get-started:invite-team.adoc[Invite your team]
87
* xref:agents:index.adoc[Agents]
98
** xref:agents:overview.adoc[Overview]

modules/ROOT/pages/index.adoc

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,19 @@ For more information, see xref:observability:concepts.adoc[Transcripts Overview]
5656

5757
The AI Gateway manages LLM provider access with two priorities: keeping your application up and keeping costs under control.
5858

59-
For high availability, the gateway provides provider-agnostic routing with intelligent failover. Your users don't care which provider serves a request. They care that the application stays up. For fiscal control, you get per-tenant budgets and rate limiting, so there are no runaway costs and no surprise bills.
59+
For high availability, the gateway provides provider-agnostic routing with intelligent failover. Your users don't care which provider serves a request. They care that the application stays up. You can also route different tasks to different models, such as a frontier model for analysis and a smaller model for classification or triage, and see usage and cost across every model in one view. For fiscal control, you get per-tenant budgets and rate limiting, so there are no runaway costs and no surprise bills.
6060

6161
The gateway also supports tenancy modeling for teams, individuals, applications, and service accounts, giving you chargeback transparency for internal cost allocation. You can proxy both models and MCP gateways, centralizing compliance for all LLM interactions without locking into any single provider.
6262

6363
For more information, see xref:ai-gateway:overview.adoc[AI Gateway Overview].
6464

65-
== Enterprise governance
65+
== Governance
66+
67+
The glossterm:governance dashboard[] provides a cross-tenant view of agent activity, spending, MCP server inventory, and authorization events. It composes existing services into a single overview built for platform administrators and finance partners, surfacing per-provider spending, agent state, and the authorization decisions that gate every tool invocation.
68+
69+
For more information, see xref:governance:dashboard/index.adoc[Governance Dashboard Overview].
70+
71+
== Built-in governance controls
6672

6773
Redpanda ADP addresses critical enterprise requirements across all components.
6874

@@ -72,19 +78,22 @@ Redpanda ADP addresses critical enterprise requirements across all components.
7278

7379
* *Complete observability*: Redpanda ADP provides two levels of inspection. Execution logs (transcripts) capture every agent action with 100% sampling using OpenTelemetry standards. Real-time debugging tools allow you to inspect individual MCP server calls down to individual tool invocations with full timing data. You can view detailed agent actions in glossterm:Redpanda Console[] and replay data for agent evaluations.
7480

75-
* *Compliance and audit*: For industries requiring multi-year audit trails, Redpanda ADP records every agent action and data source used in decision-making. Execution logs are stored in Redpanda topics and can be materialized to Iceberg tables for long-term retention and analysis.
81+
* *Compliance and audit*: For regulated industries with frameworks such as ISO 42001 and the EU AI Act, Redpanda ADP records every agent action and data source used in decision-making. Execution logs are stored in Redpanda topics and can be materialized to Iceberg tables for multi-year retention and analysis.
7682

7783
== Use cases
7884

79-
Some ways organizations can leverage Redpanda ADP include:
85+
Common Redpanda ADP use cases include:
8086

81-
* *Automate operational workflows*: Create specialized agents for building management, infrastructure monitoring, compliance reporting, and other domain-specific tasks.
82-
* *Monitor manufacturing and operations*: Deploy multi-agent systems that analyze factory machine telemetry in real-time, detect anomalies, search equipment manuals, and create maintenance tickets automatically.
87+
* *Automate financial operations*: Build agents that reconcile invoices across vendors and ERP systems, monitor real-time spending against budget, or review contracts against approved templates and flag out-of-policy clauses for legal review.
88+
* *Streamline HR and people operations*: Answer employee questions against benefits, payroll, and HRIS systems; automate onboarding and offboarding workflows; or triage internal support tickets to the right team.
89+
* *Improve customer experience*: Route customer inquiries to the right team, summarize prior support history before an agent picks up the case, or surface relevant knowledge-base articles in real time.
90+
* *Modernize infrastructure operations*: Detect anomalies in real-time telemetry from cloud, network, or factory equipment, correlate signals across disparate monitoring systems, and auto-create maintenance tickets with the relevant context already attached.
8391
* *Extend enterprise productivity tools*: Integrate Microsoft Copilot or other workplace agents with internal data sources and systems that are otherwise inaccessible.
8492

8593
== Next steps
8694

87-
* xref:agents:overview.adoc[AI Agents Overview]
88-
* xref:mcp:overview.adoc[MCP Server Overview]
89-
* xref:observability:concepts.adoc[Transcripts Overview]
90-
* xref:ai-gateway:overview.adoc[AI Gateway Overview]
95+
* xref:agents:overview.adoc[]
96+
* xref:mcp:overview.adoc[]
97+
* xref:ai-gateway:overview.adoc[]
98+
* xref:governance:dashboard/index.adoc[]
99+
* xref:observability:concepts.adoc[]
Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,9 @@
1-
// Availability indicator for ADP pages
2-
// Shows which platforms support this feature
1+
// Availability indicator for ADP pages.
2+
// ADP ships as a single deployment shape at GA (BYOC). The block
3+
// renders only when a page explicitly opts in with :page-byoc: true.
34
ifdef::page-byoc[]
4-
ifndef::page-cloud-only[]
55
[.availability-block]
66
****
77
*Available in:* BYOC
88
****
99
endif::[]
10-
endif::[]
11-
12-
ifdef::page-cloud-only[]
13-
ifndef::page-byoc[]
14-
[.availability-block]
15-
****
16-
*Available in:* Cloud
17-
****
18-
endif::[]
19-
endif::[]
20-
21-
ifndef::page-byoc[]
22-
ifndef::page-cloud-only[]
23-
[.availability-block]
24-
****
25-
*Available in:* Cloud, BYOC
26-
****
27-
endif::[]
28-
endif::[]

modules/agents/pages/quickstart.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ After completing this quickstart, you will be able to:
1717
1818
== Prerequisites
1919

20-
* An ADP BYOC environment (agents are not available on ADP Cloud yet)
20+
* An ADP environment
2121

2222
* xref:ai-gateway:gateway-quickstart.adoc[AI Gateway configured] with at least one LLM provider enabled (OpenAI, Anthropic, or Google AI)
2323

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
= Get started
2-
:description: Sign up for ADP Cloud, build your first agent, or set up your own ADP BYOC environment.
2+
:description: Set up your ADP environment, build your first agent, and invite your team.
33
:page-layout: index

modules/get-started/pages/signup.adoc

Lines changed: 0 additions & 5 deletions
This file was deleted.

modules/mcp/pages/overview.adoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,22 +51,22 @@ Redpanda offers two kinds of MCP server backends:
5151

5252
The Agentic Data Plane UI has four top-level areas:
5353

54-
* *LLM Providers* OpenAI, Anthropic, Bedrock, Gemini, OpenAI-compatible endpoints. See xref:ai-gateway:configure-provider.adoc[Configure your LLM provider].
55-
* *MCP Servers* — you are here. Both managed and self-managed servers live in this list.
56-
* *OAuth Providers* — reusable OAuth provider definitions used by user-delegated MCP auth (and elsewhere). See xref:user-delegated-oauth.adoc[User-delegated OAuth].
57-
* *My Connections* — per-user OAuth connections for user-delegated MCP servers. See xref:user-delegated-oauth.adoc[User-delegated OAuth].
54+
* *LLM Providers*: OpenAI, Anthropic, Bedrock, Gemini, OpenAI-compatible endpoints. See xref:ai-gateway:configure-provider.adoc[Configure your LLM provider].
55+
* *MCP Servers*: You are here. Both managed and self-managed servers live in this list.
56+
* *OAuth Providers*: Reusable OAuth provider definitions used by user-delegated MCP auth (and elsewhere). See xref:user-delegated-oauth.adoc[User-delegated OAuth].
57+
* *My Connections*: Per-user OAuth connections for user-delegated MCP servers. See xref:user-delegated-oauth.adoc[User-delegated OAuth].
5858

5959
// TODO: screenshot of the four-area sidebar on adp-production once standalone-ADP wording is final.
6060

6161
== Key capabilities
6262

63-
* *Tool discovery.* After you create or register a server, Redpanda performs a live `tools/list` against it and populates the server's detail page so you can see what tools agents will see.
64-
* *Service-account and user-delegated auth.* Pick a single shared upstream identity for all callers, or have each end-user authenticate against the upstream system with their own credentials.
65-
* *Code mode.* Optionally expose `{name}_search` and `{name}_execute` helpers so an agent can discover and orchestrate tools through generated Python or JavaScript instead of calling them one at a time.
66-
* *Inspector.* Test each tool, resource, and prompt directly from the ADP UI before pointing an agent at the server. See xref:test-tools.adoc[Test a server's tools].
67-
* *Aggregation.* Connect your agent to a single MCP URL and have Redpanda fan out across multiple registered MCP servers. See xref:ai-gateway:aggregation.adoc[MCP aggregation].
63+
* *Tool discovery*: After you create or register a server, Redpanda performs a live `tools/list` against it and populates the server's detail page so you can see what tools agents will see.
64+
* *Service-account and user-delegated auth*: Pick a single shared upstream identity for all callers, or have each end-user authenticate against the upstream system with their own credentials.
65+
* *Code mode*: Optionally expose `{name}_search` and `{name}_execute` helpers so an agent can discover and orchestrate tools through generated Python or JavaScript instead of calling them one at a time.
66+
* *Inspector*: Test each tool, resource, and prompt directly from the ADP UI before pointing an agent at the server. See xref:test-tools.adoc[Test a server's tools].
67+
* *Aggregation*: Connect your agent to a single MCP URL and have Redpanda fan out across multiple registered MCP servers. See xref:ai-gateway:aggregation.adoc[MCP aggregation].
6868

69-
== Where to go next
69+
== Next steps
7070

7171
. *Create your first MCP server.* xref:create-server.adoc[Create an MCP Server] walks through the marketplace picker, the managed and self-managed flows, every authentication mode, and code mode.
7272
. *Test what you built.* xref:test-tools.adoc[Test a server's tools] uses the Inspector tab to call tools, resources, and prompts live.
Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
= Glossary
22
:description: Definitions of key terms used in Redpanda Agentic Data Plane documentation.
33

4-
- <<Agentic Data Plane>>
5-
- <<Redpanda Cloud>>
6-
- <<Redpanda Connect>>
7-
- <<Redpanda core>>
8-
- <<Redpanda features>>
9-
- <<Redpanda in Kubernetes>>
10-
- <<Redpanda licenses>>
11-
- <<Redpanda security>>
4+
== Agentic Data Plane terms
5+
6+
* glossterm:Agentic Data Plane (ADP)[]
7+
* glossterm:AI agent[]
8+
* glossterm:AI Gateway[]
9+
* glossterm:declarative agent[]
10+
* glossterm:BYOA (bring your own agent)[]
11+
* glossterm:MCP server[]
12+
* glossterm:MCP tool[]
13+
* glossterm:tool[]
14+
* glossterm:resource[]
15+
* glossterm:OAuth provider[]
16+
* glossterm:OAuth client[]
17+
* glossterm:OAuth connection[]
18+
* glossterm:token vault[]
19+
* glossterm:transcript[]
20+
* glossterm:spending event[]
21+
* glossterm:governance dashboard[]
22+
* glossterm:subagent[]

0 commit comments

Comments
 (0)