docs: Add API key permissions page [AE-485]#361
Draft
sejla wants to merge 4 commits into
Draft
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Explains how admins can scope developer API keys to specific endpoints, lists the available permissions and the endpoints they cover, and walks through the create / edit flows in the account UI. Co-Authored-By: Claude Code
List every publicly documented v2 and v3 endpoint each scope grants, with links to the matching API reference pages, and clarify that endpoints without a permission requirement remain accessible to scoped keys. Co-Authored-By: Claude Code
Co-Authored-By: Claude Code
Co-Authored-By: Claude Code
16590eb to
b5b57df
Compare
wints
reviewed
Jun 12, 2026
Contributor
There was a problem hiding this comment.
@sejla I think this page belongs in the "Admin" section of the "Documentation" tab rather than "API Reference" tab, since it's not actually an API spec. Does that make sense? It could also be a section or sub-page of "Managing API Keys", if not a standalone page: https://deepl-c950b784-ae-485-api-key-permissions.mintlify.app/docs/getting-started/managing-api-keys
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
Adds a new Admin API page documenting API key permissions (scopes): how scoped vs. unrestricted developer keys behave, the available scopes and the endpoints each one covers, and how admins create or edit a key's scopes from the account UI. Also updates the endpoint reference to document the 403 returned when a scoped key lacks a required scope.
Details
Jira: AE-485
Co-Authored-By: Claude Code