Split API Keys into its own HPP Hub page#11
Merged
Merged
Conversation
The Hub app moved API key management out of Wallets into a dedicated "API Keys" menu (issue keys + browse the HPP Router model/pricing list). Mirror that in the guide: - Add hub/api-keys.md documenting key creation, the model tables, an example request, and links into the new HPP Router guide. - Trim hub/wallets.md to Credits, Personal Wallet (EOA), and MPC Wallet; point readers to the API Keys page for keys. - Register api-keys in the Hub sidebar (after Wallets). - Update intro / getting-started / playground / faq cross-references and link AI-model mentions to /hpp-router. Correct the model lineup (Claude, GPT, Kimi, plus free open models) to match the live Hub.
- api-keys: drop the "Moved here" migration note. - wallets: neutral, present-tense pointer to the API Keys page (no "now have their own" framing). - playground: lead the chat section with "chat with leading AI models" instead of the HPP Router gateway detail (kept on API Keys / FAQ / Overview, where API use is the point).
hayarobi
reviewed
Jun 29, 2026
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
The HPP Hub app moved API key management out of the Wallets page into a dedicated "API Keys" menu (issue keys + browse the full HPP Router model & pricing list). This updates the HPP Hub guide to match, and links into the newly added HPP Router docs where relevant.
Verified against the live Hub dev site (
localhost:4000): sidebar is now Home · Playground · Wallets · API Keys · Settings · Support; the API Keys page itself links out todocs.hpp.io/hpp-router/quickstart.Changes
hub/api-keys.md— key creation, the Text/Image model tables, an example request (router.hpp.io,hpprouter/auto, Bearer), and links into the HPP Router guide.hub/wallets.md— trimmed to Credits, Personal Wallet (EOA), MPC Wallet (matches the live page); points readers to the new API Keys page. Resolved the stale Buy Credit / staking TODOs.sidebarsHub.ts— addedapi-keysafterwallets.intro/getting-started/playground/faq— cross-reference updates; AI-model mentions now link to/hpp-router. Corrected the model lineup to Claude, GPT, Kimi + free open models (the old "Llama, Qwen" was inaccurate vs. the live catalog).Test Plan
npm run buildpasses (validates all internal links —onBrokenLinks: 'throw'), including new/hpp-router/*and./api-keyslinks/hub/api-keysand/hub/walletsfrom the production build (sidebar order, Prev/Next, rendering)test.yml)