Skip to content

docs: split the quickstart into admin and agent-builder quickstarts (DOC-2342) - #146

Merged
micheleRP merged 10 commits into
mainfrom
michele/quickstart-split-doc-2342
Jul 24, 2026
Merged

docs: split the quickstart into admin and agent-builder quickstarts (DOC-2342)#146
micheleRP merged 10 commits into
mainfrom
michele/quickstart-split-doc-2342

Conversation

@micheleRP

@micheleRP micheleRP commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

What changed

Splits the combined Agentic Data Plane quickstart into two audience-scoped quickstarts, per DOC-2342 and section 7 of the Package 3 doc plan.

get-started/pages/adp-quickstart.adoc → Quickstart for Administrators (same URL and page-aliases)

  • Keeps the verified Anthropic key + provider + inline secret flow and verification steps.
  • Drops the builder half; adds a "Hand off to your builders" section (Writer role, builder quickstart link) and admin-flavored next steps (more providers, Bedrock, budgets, guardrails, permissions).
  • Personas narrowed to platform_engineer.

New: get-started/pages/agent-builder-quickstart.adoc — Quickstart for Agent Builders

  • For users whose org is already set up: sign in and orient, explore the agent registry (new content), create the PetStore OpenAPI MCP server, build and test an agent in the Inspector, iterate, and verify the run on the agent's Transcripts tab.
  • New "Make it real" section pointing at the managed MCP catalog, plus a fail-fast PetStore availability check up front.
  • "Use agents from other tools" (Claude Desktop/chat apps, A2A, Teams, CLI) covered as next-steps links.
  • Persona agent_builder.

Link wiring

  • Nav lists both quickstarts (builder first).
  • Home pathway 1 ("Build a new agent") and builder-context xrefs in monitor-agents, agents-overview, concepts, and system-prompts retarget to the builder quickstart.
  • adp-overview and the Get Started index link both.

🤖 Generated with Claude Code

Preview pages

Entry point: Get Started (both quickstarts are linked in the nav: Quickstart for Agent Builders is new, Quickstart for Administrators is the reworked existing page).

Canonical pages whose flow changed in this PR:

…DOC-2342)

Split the combined quickstart into two audience-scoped pages:

- adp-quickstart.adoc becomes the administrator quickstart (same URL and
  aliases): Anthropic key, provider setup with inline secret, verification,
  and a new hand-off section for builders.
- New get-started/pages/agent-builder-quickstart.adoc for builders whose
  org is already set up: sign in, explore the agent registry, create the
  PetStore MCP server and agent, test in the Inspector, iterate, verify in
  the Transcripts tab, then a "Make it real" section pointing at the
  managed catalog. External-tool and CLI paths are next-steps links.
- Nav lists both quickstarts (builder first); home pathway 1 and the
  builder-context xrefs (monitor-agents, agents-overview, concepts,
  system-prompts) retarget to the builder quickstart; adp-overview and the
  get-started index link both.

Builder flow verified end-to-end on adp-production 2026-07-20 via rpk ai
(OpenAPI MCP server from the PetStore spec, tool generation, live tool
calls, A2A agent responses).

Co-Authored-By: Claude Fable 5 <[email protected]>
@micheleRP
micheleRP requested a review from a team as a code owner July 20, 2026 16:48
@netlify

netlify Bot commented Jul 20, 2026

Copy link
Copy Markdown

Deploy Preview for redpanda-agentic-data-plane ready!

Name Link
🔨 Latest commit 235b1f3
🔍 Latest deploy log https://app.netlify.com/projects/redpanda-agentic-data-plane/deploys/6a627ee692ac770009929284
😎 Deploy Preview https://deploy-preview-146--redpanda-agentic-data-plane.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

micheleRP and others added 4 commits July 20, 2026 11:05
- Drop the changeable count from the builder page's "What you build" intro.
- Reword the CLI next-step to a statement instead of a rhetorical question.
- Sharpen the admin page's third learning objective to name the action.

Co-Authored-By: Claude Fable 5 <[email protected]>
Verified the MCP server create flow and detail page against ai.redpanda.com
and cloudv2 origin/main, and fixed stale UI labels:

- List-page button that opens the create flow is "Add MCP server"; the form's
  submit button is "Create server" (the two were swapped).
- The OpenAPI form field is "Base URL" (not "Base URL override") and the
  toggle is "Enable Code Mode" (not "Code mode").
- The server detail URL is labeled "MCP Server URL" on the Overview tab
  (never "API URL"). Corrected across the quickstart, create-server, the
  OpenAPI/Jira/SQL/Kafka/Slack managed pages, and remote-mcp-clients.

The Inspector-tab tool-list step and the generated tool names
(findpetsbystatus, getpetbyid, findpetsbytags, addpet, lowercased from the
spec's operationId values) were verified accurate and left unchanged.

Co-Authored-By: Claude Fable 5 <[email protected]>
In the Create agent Tools section, the "Add MCP server" link opens the
server-creation flow in a new tab; it does not attach an existing server.
To use a server you already created, search for it in the "Search MCP
servers" box and select its checkbox. Verified against the New managed
agent form on adp-production.

Co-Authored-By: Claude Fable 5 <[email protected]>
The inline API-key secret field does not auto-uppercase the name (only the
standalone Secrets Store form does), so tell the reader to use UPPER_SNAKE_CASE
themselves. Also note that the Secret value field appears only after the name
is entered. Verified against secret-selector-parts.tsx on cloudv2 origin/main.

Co-Authored-By: Claude Fable 5 <[email protected]>
micheleRP and others added 4 commits July 22, 2026 12:20
Resolve create-server.adoc conflict: keep the MCP Server URL and Create server relabels, and include the new Activity tab step from main.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
Admin quickstart: verify the provider on the Overview tab; add a step to enable Record inputs and Record outputs so builders get full transcripts.

Agent builder quickstart: correct the Cost & Usage tab description; mark required fields with an asterisk; use claude-haiku-4-5 with the model-first picker; note that transcript recording is off by default; fix the OpenAPI auth mode label to No Auth.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
…n labels

- openapi.adoc: auth table uses the create-form labels (No Auth, API Key, User OAuth)
- quickstarts: remove the + glyph from button labels for consistency with create-server

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
…rface external-tool paths

- Reframe the intro to orient someone new to Agentic Data Plane, with a link to the overview.
- Lead Prerequisites with a provider callout that gives a clear fork to the administrator quickstart.
- Add a 'Use your agent beyond the UI' section (chat client, A2A, Teams) and trim Next steps.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>

@JakeSCahill JakeSCahill left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed this against the docs standards — nothing blocking. All the xrefs, anchors, and images check out on the branch, and the API URL → MCP Server URL cleanup didn't leave any stragglers anywhere in the repo. Left a few small suggestions inline.

Comment thread modules/get-started/pages/agent-builder-quickstart.adoc Outdated
Comment thread modules/get-started/pages/agent-builder-quickstart.adoc Outdated
Comment thread modules/get-started/pages/agent-builder-quickstart.adoc
Comment thread modules/get-started/pages/agent-builder-quickstart.adoc Outdated
Comment thread modules/get-started/pages/agent-builder-quickstart.adoc Outdated
Comment thread modules/get-started/pages/agent-builder-quickstart.adoc Outdated
Comment thread modules/get-started/pages/adp-quickstart.adoc
@JakeSCahill
JakeSCahill self-requested a review July 23, 2026 16:18
- Use a single model (claude-sonnet-4-6) across both quickstarts for reliable tool use.
- Add a fallback note for orgs on a non-Anthropic provider.
- Builder: lead the intro with the outcome, fix the Teams wording (personal chat, not channel), standardize the sidebar phrasing, trim a redundant PetStore sentence, and use bare xrefs in Next steps.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
@micheleRP
micheleRP merged commit 2c2bf6e into main Jul 24, 2026
4 checks passed
@micheleRP
micheleRP deleted the michele/quickstart-split-doc-2342 branch July 24, 2026 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants