Disambiguate the API Keys feature from Clerk's Publishable and Secret Keys#3491
Open
manovotny wants to merge 6 commits into
Open
Disambiguate the API Keys feature from Clerk's Publishable and Secret Keys#3491manovotny wants to merge 6 commits into
manovotny wants to merge 6 commits into
Conversation
… Keys Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Resolves conflicts with the Typedoc migration of the Backend SDK API keys reference pages: keeps main's Typedoc-driven structure and moves the disambiguation include to the top of each page. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…claim note Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
SarahSoutoul
reviewed
Jul 3, 2026
SarahSoutoul
reviewed
Jul 3, 2026
SarahSoutoul
reviewed
Jul 3, 2026
SarahSoutoul
left a comment
Contributor
There was a problem hiding this comment.
Noticed the callout note isn't in the getSecret() method but all the others? On purpose?
… partial Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The page was added on main by the Typedoc migration (#3445) after this branch's original change, so it missed the include the other API keys reference pages received. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
Author
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.
🔎 Previews:
What does this solve? What changed?
"API keys" means two different things in the Clerk docs: the Publishable Key and Secret Key that connect your app to Clerk (copied from the API keys page in the Clerk Dashboard), and the API Keys feature that lets your users create keys for accessing your own app's API. Readers landing on either set of pages can easily conflate the two.
_partials/machine-auth/api-keys-disambiguation.mdxpartial — a note pointing readers who are looking for their Publishable and Secret Keys to the Clerk Dashboard and the environment variables reference — and includes it on the API Keys guide and all seven JS Backend SDKapiKeysreference pages (create(),delete(),get(),list(),revoke(),update(),verify()).Deadline
Other resources