mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
## Description Adds a brief section to the API & Session Tokens documentation explaining API key scopes. ## Changes - Added "API Key Scopes" section to `docs/admin/users/sessions-tokens.md` - Includes overview of scope functionality and security benefits - Documents scope format (`resource:action`) and wildcard usage - Provides CLI examples for creating scoped tokens - Lists common scope examples with descriptions ## Motivation Users need documentation on how to create and use scoped API tokens for improved security by limiting token permissions to only necessary operations. ## Testing - Reviewed documentation formatting - Verified markdown structure - Confirmed examples are accurate