Skip to content

docs(training-agent): point examples at per-specialism tenant URLs#3714

Merged
bokelley merged 3 commits intomainfrom
bokelley/training-agent-docs-per-tenant
May 2, 2026
Merged

docs(training-agent): point examples at per-specialism tenant URLs#3714
bokelley merged 3 commits intomainfrom
bokelley/training-agent-docs-per-tenant

Conversation

@bokelley
Copy link
Copy Markdown
Contributor

@bokelley bokelley commented May 1, 2026

Summary

Updates 13 docs/specs files to point training-agent examples at the per-specialism tenant URLs introduced in #3713. Stacked on top of #3713 so the URLs resolve when docs ship.

URL mapping by content focus

  • Quickstart, media-buy task references, generic auth examples → /sales/mcp
  • Signals specialist module + ecosystem reference → /signals/mcp
  • Governance specialist module → /governance/mcp
  • Creative specialist module → /creative/mcp default, with a per-exercise URL table for the labs that hit /creative-builder/mcp and /sales/mcp
  • Sponsored Intelligence specialist module → stays on legacy /mcp (multi-specialism lab, no dedicated SI tenant)

Quickstart callout — one-line note explaining the test agent is path-routed and pointing at /.well-known/adagents.json for the full tenant + tool registry. DX-expert review flagged this as the highest-impact change for new developers.

Spec docspecs/brand-protocol-sandbox-agent.md prose updated to describe the multi-tenant architecture (was still describing the single-URL legacy training agent).

Why stacked on #3713

The docs URLs only resolve when the multi-tenant routing is deployed. Merging #3713 first ensures https://test-agent.adcontextprotocol.org/sales/mcp (etc.) responds before docs reference it. The legacy /mcp URL keeps working via the back-compat alias from the same release for the SI doc that intentionally stays on it.

Test plan

  • All affected docs pages retain their original structure; only URLs / one new callout / one prose paragraph changed
  • Docs site builds cleanly (Mintlify build runs in CI)
  • Manual review: spot-check rendered pages match intent (especially creative.mdx URL table)

🤖 Generated with Claude Code

@bokelley bokelley force-pushed the bokelley/training-agent-sdk-migrate branch from 3c04214 to 1a2d95a Compare May 1, 2026 02:03
@bokelley bokelley force-pushed the bokelley/training-agent-docs-per-tenant branch 3 times, most recently from cfbe7e3 to 116a3ad Compare May 1, 2026 02:11
@bokelley bokelley force-pushed the bokelley/training-agent-sdk-migrate branch from 27e9916 to 527dc8b Compare May 1, 2026 16:12
@bokelley bokelley force-pushed the bokelley/training-agent-docs-per-tenant branch from 116a3ad to 15bbf9d Compare May 1, 2026 16:12
@bokelley bokelley force-pushed the bokelley/training-agent-sdk-migrate branch from 527dc8b to df122fc Compare May 2, 2026 16:29
@bokelley bokelley force-pushed the bokelley/training-agent-docs-per-tenant branch from 15bbf9d to f8dcba0 Compare May 2, 2026 16:31
Base automatically changed from bokelley/training-agent-sdk-migrate to main May 2, 2026 16:36
bokelley and others added 3 commits May 2, 2026 12:37
Follows multi-tenant split in 7974aec. Each doc's example URL routes
to the tenant matching its content focus:

- /sales/mcp — quickstart, media-buy task references, generic auth examples
- /signals/mcp — signals specialist module + ecosystem reference
- /governance/mcp — governance specialist module
- /creative/mcp — creative specialist module (default, with notes for
  /creative-builder/mcp and /sales/mcp on lab exercises that span agents)
- legacy /mcp — sponsored-intelligence specialist module (multi-specialism
  lab, no dedicated SI tenant; explanatory note added)

specs/brand-protocol-sandbox-agent.md prose updated to describe the
multi-tenant architecture (was still describing the single-URL legacy
training agent).

The legacy https://test-agent.adcontextprotocol.org/mcp URL keeps working
via the back-compat alias from the same release; this PR only nudges
docs at the per-tenant URLs that match each example's content.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Address docs-expert review feedback on the per-tenant URL migration:

- creative.mdx: replace inline-comment three-URL bash block with a
  single-default `export AGENT_URL=...` plus a per-exercise URL table.
  Coding agents and human readers both pick up which URL each lab
  exercise expects without parsing comments inside the export.
- sponsored-intelligence.mdx: drop the word "legacy" from the
  multi-specialism endpoint description so it reads as a deliberate
  routing choice rather than an undocumented fallback.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
… agent

DX-expert review noted that the quickstart is the entry path for every
new developer, but it pointed at /sales/mcp without explaining that
this is a per-specialism URL on a path-routed agent. A developer
landing here, then trying a signals call against the same AGENT_URL,
hit "Unknown tool" without understanding why.

One-line callout naming the sibling URLs and pointing at
/.well-known/adagents.json for the full tenant + tool registry.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@bokelley bokelley force-pushed the bokelley/training-agent-docs-per-tenant branch from f8dcba0 to b194aa8 Compare May 2, 2026 16:38
@bokelley bokelley merged commit ef96a85 into main May 2, 2026
18 checks passed
@bokelley bokelley deleted the bokelley/training-agent-docs-per-tenant branch May 2, 2026 16:55
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.

1 participant