You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Link headers (RFC 8288) — service-doc, describedby, api-catalog relations on / and /en.
Content Signals — Content-Signal: ai-train=yes, search=yes, ai-input=yes in robots.txt.
API Catalog (RFC 9727) — /.well-known/api-catalog, generated from the real OPENAPI_LANES registry (7 APIs).
MCP Server Card (SEP-2127) — /.well-known/mcp-server-card, spec-compliant shape alongside the existing Cloudflare-passing endpoints.
Won't fix
OAuth/OIDC discovery metadata — every Agora API spec uses Basic Auth/API key, not OAuth; publishing this would fabricate a non-existent authorization server.
OAuth Protected Resource metadata — same root cause; no real authorization_servers to list.
auth.md — its own spec requires the two OAuth endpoints above, which don't apply here.
Web Bot Auth (informational only) — identifies a site's outbound bot; docs-portal doesn't operate one.
Needs work outside this repo
DNS-AID (DNS for AI Discovery)
A DNS SVCB record that lets agents discover an organization's agent-facing endpoints (MCP, A2A, etc.) directly via DNS, without first loading the website. Cloudflare's scanner checks for it as a discovery channel independent of HTTP; it's currently entirely absent for agora.io.
Drafted record (ready to hand off, not yet published):
Blocker: publishing DNS records requires access to the agora.io DNS zone. Cloudflare's guidance also recommends DNSSEC-signing the zone so the record is verifiable; a separate, larger decision for whoever owns that zone.
WebMCP
What it is: a browser API (navigator.modelContext / soon document.modelContext) that lets a page expose callable tools (search, copy-page, etc.) directly to an in-browser AI agent.
Blocker: the spec is mid-migration (navigator→document.modelContext, with Chrome deprecating the old shape in Chrome 150) and only available via a Chrome Origin Trial (149–156), which requires registering docs.agora.io for a trial token through Google — an account-level action outside this repo. Firefox/Safari haven't committed to the standard at all.
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
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
Type of Change
Verification
bun run testbun run types:checkbun run lintbun run buildScreenshots
Notes for Reviewers