Add comprehensive API token permissions documentation#12
Closed
jacobgoren-sb wants to merge 3 commits intoworkato-devs:mainfrom
Closed
Add comprehensive API token permissions documentation#12jacobgoren-sb wants to merge 3 commits intoworkato-devs:mainfrom
jacobgoren-sb wants to merge 3 commits intoworkato-devs:mainfrom
Conversation
Created PERMISSIONS.md with detailed documentation of all available API token scopes and their corresponding CLI commands. Includes: - Quick start table with standard development permissions - Complete permission reference organized by scope category - Mapping of each permission to CLI commands that use them - Recommended permission sets for different use cases - Common CLI workflows with required permissions - Troubleshooting guide for permission errors 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Added guidance in the API token setup section about granting necessary permissions when creating an API client. Includes: - List of standard development permissions needed - Link to comprehensive PERMISSIONS.md documentation - Added PERMISSIONS.md to "Next Steps" section for easy access 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Cleaned up section headers by removing count indicators (e.g., "(5/6)") for better readability. Headers now display just the section names. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <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.
Summary
This PR adds comprehensive documentation for API token permissions (scopes) required by the Workato CLI. Users often don't know which permissions to grant when creating API clients, leading to 403 Forbidden errors. This documentation provides clear guidance on permission requirements.
Changes
New Documentation:
docs/PERMISSIONS.mdinit,pull,push,recipes start/stop, etc.Updated:
README.mdBenefits
🤖 Generated with Claude Code