docs: add Personal Access Tokens page#65
Open
slowbackspace wants to merge 6 commits into
Open
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
836571e to
cfdb8e1
Compare
There was a problem hiding this comment.
Pull request overview
Adds documentation for Personal Access Tokens (PATs) used with the Blockfrost Dashboard API, and surfaces the new page in the Overview sidebar to make it discoverable alongside other account/workspace docs.
Changes:
- Added a new Overview docs page describing PAT creation, token format, scopes/presets, workspace selector behavior, and operational guidance (rotation/revocation).
- Linked the new PAT page into the Docusaurus sidebar under Overview.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/sidebars.js | Adds the new PAT doc entry to the Overview section of the docs sidebar. |
| docs/overview/personal-access-tokens.md | New documentation page covering PAT concepts, permissions/scopes, workspace selector, and management/security practices. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- explain bfm_live_<key_id>_<secret> structure and what key_id is - add end-to-end request example with sample response - note PATs don't expire (rotate/revoke only) - add Errors table and Rate limits section Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- workspaces page route is /overview/workspaces/ not .../workspaces - drop internal key_id name; describe it as a non-secret identifier Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Adds a new docs page documenting Personal Access Tokens (PATs) for the Blockfrost Dashboard API.
Contents
bfm_live_prefix)Also adds the page to the overview sidebar.
🤖 Generated with Claude Code