docs: add agent card discovery page#6000
Closed
mintlify[bot] wants to merge 2 commits into
Closed
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Collaborator
|
closing in favor of #6010 |
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
Documents the new automatically hosted A2A agent card at
/.well-known/agent-card.json, which gives AI agents a standard discovery endpoint for your documentation site's metadata and skills.Changes
ai/agent-card.mdxcovering when to use the agent card, its JSON structure, skill entries, and how agents consume it.docs.jsonnavigation under the AI section, next tollms.txtandskill.md.Context
Upstream PR ships a new
/.well-known/agent-card.jsonroute that returns an A2A 0.2.0 agent card built from the site'sllms.txtmetadata and hosted skills.Note
Low Risk
Documentation and navigation only; no runtime, auth, or data-handling code changes.
Overview
This PR documents Mintlify’s automatically hosted A2A agent card at
/.well-known/agent-card.jsonand wires it into localized docs navigation.The English Agent card page gets a clearer frontmatter description (metadata and skills, Mintlify-hosted
agent-card.json). New Spanish, French, and Chineseagent-cardpages mirror the English content: when to use the card vs MCP, the 0.2.0 JSON shape, skill entries tied toskill.md/llms.txt, how agents fetch and use the endpoint, and reverse-proxy forwarding for/.well-known/agent-card.json.es.json,fr.json, andzh.jsoneach add*/ai/agent-cardunder Optimize next tollmstxtandskillmd.Reviewed by Cursor Bugbot for commit 56797f4. Bugbot is set up for automated code reviews on this repo. Configure here.