Skip to content

docs: document public agent score API endpoint#5778

Open
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/aec66e4b
Open

docs: document public agent score API endpoint#5778
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/aec66e4b

Conversation

@mintlify
Copy link
Copy Markdown
Contributor

@mintlify mintlify Bot commented May 12, 2026

Summary

Adds API reference documentation for the new unauthenticated public agent score endpoint, which returns the agent readiness score for any public documentation URL and powers the free score tool at mintlify.com/score.

Changes

  • New OpenAPI spec (score.openapi.json) describing GET /api/agent/score with the ready and queued response shapes, query parameter validation, rate-limit and error responses.
  • New API reference page api/score/get-agent-score.mdx covering when to use the endpoint, polling behavior, IP rate limits (10 req/min), and curl + response examples.
  • Added an "Agent score" group to the API reference navigation in docs.json and linked the new endpoint from api/introduction.mdx.
  • Registered the new OpenAPI spec in gt.config.json so the page is translated alongside the other locales.

Context

Source: mintlify/server#5211 introduced an unauthenticated, IP-rate-limited GET /api/agent/score?url=... endpoint that returns a slim ready/queued response for clients polling while a score computes.


Note

Low Risk
Low risk documentation/config-only change; main risk is incorrect OpenAPI/spec details or navigation wiring causing broken docs links/builds.

Overview
Documents a new public Agent Score API endpoint (GET /agent/score) including polling semantics (202 + Retry-After then 200) and example responses.

Adds a new score.openapi.json spec and registers it for localization/preview generation in gt.config.json, and links the new page from api/introduction.mdx plus a new Agent score section in docs.json navigation.

Reviewed by Cursor Bugbot for commit 8b058ce. Bugbot is set up for automated code reviews on this repo. Configure here.

@mintlify-development
Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
userauth 🟡 Building May 12, 2026, 10:49 PM

@mintlify
Copy link
Copy Markdown
Contributor Author

mintlify Bot commented May 12, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
mintlify 🟢 Ready View Preview May 12, 2026, 10:52 PM

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.

0 participants