Skip to content

feat(ai-gateway): Align AI landing pages with AI GW 2.0 model#5533

Open
tomek-labuk wants to merge 28 commits into
release/ai-gateway-2.0from
feat/update-landing-pages
Open

feat(ai-gateway): Align AI landing pages with AI GW 2.0 model#5533
tomek-labuk wants to merge 28 commits into
release/ai-gateway-2.0from
feat/update-landing-pages

Conversation

@tomek-labuk

@tomek-labuk tomek-labuk commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Adds new landing pages for MCP Traffic Gateway and A2A Traffic Gateway under the AI Gateway section.

Description

  • Updated app/_landing_pages/ai-gateway/mcp.yaml — new MCP Traffic Gateway landing page at /ai-gateway/mcp/
  • Updated app/_landing_pages/ai-gateway/a2a.yaml — new A2A Traffic Gateway landing page at /ai-gateway/a2a/
  • Updated app/_indices/ai-gateway.yaml to reference /ai-gateway/mcp/ instead of /mcp/ so the index points to the new landing page
  • Added brand new graphics aligned with new branding to all of those pages

Preview Links

https://deploy-preview-5533--kongdeveloper.netlify.app/ai-gateway/
https://deploy-preview-5533--kongdeveloper.netlify.app/ai-gateway/mcp/
https://deploy-preview-5533--kongdeveloper.netlify.app/ai-gateway/a2a/

Checklist

  • Tested how-to docs. If not, note why here.
  • All pages contain metadata.
  • Any new docs link to existing docs.
  • All autogenerated instructions render correctly (API, decK, Konnect, Kong Manager).
  • Style guide (capitalized gateway entities, placeholder URLs) implemented correctly.
  • Every page has a description entry in frontmatter.
  • Add new pages to the product documentation index (if applicable).

Copilot AI review requested due to automatic review settings June 11, 2026 07:24
@tomek-labuk tomek-labuk requested a review from a team as a code owner June 11, 2026 07:24
@netlify

netlify Bot commented Jun 11, 2026

Copy link
Copy Markdown

Deploy Preview for kongdeveloper ready!

Name Link
🔨 Latest commit c556ad1
🔍 Latest deploy log https://app.netlify.com/projects/kongdeveloper/deploys/6a2bda15ce9a6a0008f598ac
😎 Deploy Preview https://deploy-preview-5533--kongdeveloper.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

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

- Align MCP landing page with AI Gateway 2.0 entity model
- Remove plugin-based references, add Entity and Policy focus
- Update A2A landing page with entity and policy configuration
- Add observability and governance sections
- Update SVG assets for MCP and A2A

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@tomek-labuk tomek-labuk force-pushed the feat/update-landing-pages branch from 72b3962 to 0637aa5 Compare June 11, 2026 07:28

Copilot AI 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.

Pull request overview

Updates the AI Gateway A2A and MCP landing pages (and associated diagram assets) to reflect the AI Gateway 2.0 entity/policy model instead of plugin-centric configuration, and refreshes the A2A architecture diagram styling.

Changes:

  • Adds a new AI Gateway MCP landing page focused on Entities/Policies and MCP observability.
  • Updates the AI Gateway A2A landing page to describe entity/policy configuration and governance controls.
  • Replaces the A2A SVG diagram with an updated visual design.

Reviewed changes

Copilot reviewed 2 out of 9 changed files in this pull request and generated 8 comments.

File Description
app/assets/images/ai-gateway/a2a.svg Replaces the A2A diagram with a new layout and styling.
app/_landing_pages/ai-gateway/mcp.yaml Introduces a new /ai-gateway/mcp/ landing page describing MCP configuration via entities/policies and observability resources.
app/_landing_pages/ai-gateway/a2a.yaml Refactors A2A landing content away from plugin-centric messaging and toward entities/policies, security, and governance.

Comment thread app/_landing_pages/ai-gateway/mcp.yaml Outdated
Comment thread app/_landing_pages/ai-gateway/mcp.yaml
Comment thread app/_landing_pages/ai-gateway/mcp.yaml Outdated
Comment thread app/_landing_pages/ai-gateway/mcp.yaml Outdated
Comment thread app/_landing_pages/ai-gateway/mcp.yaml Outdated
Comment thread app/_landing_pages/ai-gateway/mcp.yaml Outdated
Comment thread app/_landing_pages/ai-gateway/a2a.yaml Outdated
Comment thread app/_landing_pages/ai-gateway/mcp.yaml
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copilot AI changed the title Update AI Gateway MCP and A2A landing pages for 2.0 feat(ai-gateway): Add MCP and A2A landing pages Jun 11, 2026
@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ tomek-labuk
❌ Copilot
You have signed the CLA already but the status is still pending? Let us recheck it.

@tomek-labuk tomek-labuk force-pushed the feat/update-landing-pages branch from 0310225 to b8a399c Compare June 11, 2026 07:46
@tomek-labuk tomek-labuk changed the title feat(ai-gateway): Add MCP and A2A landing pages feat(ai-gateway): Align AI landing pages with AI GW 2.0 model Jun 11, 2026
tomek-labuk and others added 11 commits June 11, 2026 10:27
- Standardize version tags to 2.0 (not 2.0.0) across all pages
- Make entity descriptions more specific (MCP Server Entity, Agent Entity)
- Add Govern MCP traffic section with rate limiting and auth plugins to match A2A page structure

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Replace all entity references with capitalized AI format:
- Entity → AI Entity
- Model Entity → AI Model
- Agent Entity → AI Agent
- MCP Server Entity → AI MCP Server
- Policy Entity → AI Policy
- Provider Entity → AI Provider
- Consumer Entity → AI Consumer
- Consumer Group Entity → AI Consumer Group

Applies across all landing pages (ai-gateway, mcp, a2a).

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Add mentions of AI MCP Server and AI Agent configuration in 2.0 to the introductory
sections of mcp.yaml and a2a.yaml, matching the pattern used on the main ai-gateway
landing page.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Add {% new_in 2.0 %} tag to "In AI Gateway 2.0" intro sentences on MCP and A2A pages.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
- Standardize body text to use "AI Policies" and "AI {Entity}" consistently
- mcp.yaml: "Attach Policies to your MCP Server entities" → "Attach AI Policies to your AI MCP Servers"
- a2a.yaml: "Attach Policies to your Agent entities" → "Attach AI Policies to your AI Agents"
- Remove redundant {% new_in 2.0 %} tags from body text (keep header tags)
- ai-gateway.yaml: Replace vague "identity entities" with explicit "AI Consumers and AI Consumer Groups"

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Update descriptions to accurately reflect that AI MCP Server entity generates
an MCP server from an API spec, not just proxies or exposes existing tools.

- Intro: "Generate...from an API spec to expose tools and services over MCP"
- Card: "Generate an AI MCP Server from an API spec..."

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Change "Configure MCP servers with Entities and Policies" to
"Create MCP servers from API specs" to accurately describe the capability.

Also update anchor link in intro to match new heading.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>

Copilot AI 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.

Pull request overview

Copilot reviewed 6 out of 13 changed files in this pull request and generated 1 comment.

Comments suppressed due to low confidence (1)

app/_landing_pages/ai-gateway.yaml:283

  • This CTA still points to the old /mcp landing page (and will take an extra redirect); it should link directly to the new AI Gateway MCP landing page at /ai-gateway/mcp/.
            description: Control and observe MCP tool traffic with authentication, access policies, and telemetry.
            icon: /assets/icons/mcp.svg
            cta:
              url: /mcp
              align: end

Comment thread app/_landing_pages/ai-gateway/a2a.yaml
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.

4 participants