Update docs for developer dashboard #369
Conversation
…to ted/int2-277-update-docs-for-dev-dashboard-mvp
…to ted/int2-277-update-docs-for-dev-dashboard-mvp
This comment was marked as outdated.
This comment was marked as outdated.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
@ted-palmer can we remove |
|
Claude finished @ted-palmer's task in 1m 26s —— View job PR Review: Update docs for developer dashboard
This is a clean, well-scoped update that swaps the old "Enterprise Partner + reach out to link a wallet" model for the self-serve dashboard model. The nav entry, redirects, the ✅ A couple of small things remain: 🟡 1. Terminology inconsistency: "linked funding address" vs. "Fee Sponsorship Wallet"
A reader following that link lands on a page that calls the same thing a "Fee Sponsorship Wallet." Per the terminology intent in AGENTS.md §5, pick one canonical term and use it everywhere. Worth confirming what the dashboard UI actually labels it so the docs match the product. 🟢 2. Nit: mixed heading capitalization in
|
## What Changed Reframes the API key rate-limit docs so a key reads as self-minted in the [Relay Dashboard](https://dashboard.relay.link), with the default limits applying to those keys and higher limits available on request through the Dashboard support widget. Renames the two rate-limit sections on `references/api/api-keys.mdx` to **Default Rate Limits** and **Elevated Rate Limits** (limit values unchanged), and drops the same "raise your rate limits" / "available to anyone" framing from the quickstart, the shared `GetAnApiKey` snippet, and the websockets guide. ## Why The copy implied any API key inherently grants higher limits, and that the API is usable unauthenticated at a baseline rate. In reality a newly self-minted key starts on the default limits — the same numbers previously labeled "no API key" — and higher limits are granted on request. Pedro flagged this after the developer-dashboard docs shipped in #369. ## Impact Documentation only — no API or SDK behavior changes. Anchor slugs on the API keys page change (`#default-rate-limits-no-api-key` → `#default-rate-limits`, `#api-key-rate-limits` → `#elevated-rate-limits`); a repo-wide check found no internal links to the old anchors. ## Related Context - Refs: INT2-929 - Refs: https://relayprotocol.slack.com/archives/C04EBEGJV2M/p1784297558289219 - Prior PR: #369 (developer dashboard docs) ## Testing Static review plus a `grep` sweep confirming no residual "to raise your rate limits" / "available for anyone" / "(no API key)" / "generally not required" phrasing remains. The Mintlify CLI isn't installed in this environment, so the rendered page was **not** previewed live; MDX structure (tables, `<Tip>`/`<Warning>`/`<Callout>` tags, frontmatter) was verified by inspection.
No description provided.