docs: make keyless verb lists surface-aware - #1127
Open
Max17190 wants to merge 5 commits into
Open
Conversation
Align Get credentials copy with MCP and agent-onboarding: drop fallback framing, add parse, and point agents at hosted MCP plus signup for higher limits.
Capitalize the sentence start, drop the em dash, and point only at Keyless rate limits instead of hosted MCP.
Match the search-first ordering used elsewhere in agent onboarding.
hmishra2250
reviewed
Jul 10, 2026
hmishra2250
left a comment
Contributor
There was a problem hiding this comment.
Make this surface-aware: it's accurate for one path, misleading for the other. CLI/SDK/REST keyless = scrape, search, interact, parse; hosted MCP keyless = scrape, search, parse (interact needs a key on MCP). Current line drops parse and over-includes interact.
CLI/SDK/REST keyless includes interact; hosted MCP keyless is search, scrape, and parse only.
Hosted MCP keyless is scrape/search/parse; interact remains key-gated there while CLI, SDKs, and REST keep interact.
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.
Why
A single keyless verb list misleads agents across surfaces: CLI/SDK/REST keyless includes interact, but hosted MCP keyless does not.
ai-onboardingstill used fallback framing, andrate-limitsKeyless still lumped MCP with CLI/SDK as if interact were keyless everywhere.Summary
ai-onboarding.mdxai-onboarding.mdxandrate-limits.mdx:Aligns with:
Test Plan
ai-onboarding.mdxandrate-limits.mdx(no localized files)ai-onboardingGet credentials distinguishes CLI/SDK/REST from hosted MCPrate-limitsKeyless distinguishes CLI/SDK/REST from hosted MCP/rate-limits#keyless-no-api-keyand/mcp-serverresolve