Access Control
Each skillset has an access mode:
For a restricted skillset, you manage access grants. Each grant targets a principal and confers a level:
- Principal type —
organization,group, oruser - Access level —
readorwrite
none, read, or write. Effective access is what actually governs the UI and API; it’s the value to check when someone reports they can’t see or edit a skillset.
Revision History
Every skill carries a numbered revision history. You can:- List revisions for a skill
- Retrieve a specific revision and read its content as it existed then
- Revert to a revision, restoring that content
Proposed Skill Updates
Skills can receive update suggestions rather than being edited directly. This is how a skill stays current without any agent silently rewriting your organization’s shared instructions. Each suggestion carries:Statuses
Because a suggestion is a diff against a specific
baseRevisionVersion, a suggestion written against an older revision can become superseded when the skill changes underneath it. That’s expected, not a failure: it means the proposal was reasoning about content that no longer exists.
Activity and Usage
Two separate views answer two different questions:- Skill activity — what happened to the skill: edits, reverts, review actions.
- Skill uses — when the skill was actually read, and by whom.
Both activity and use records are attributed to user principals.
Next
Skillsets
Building the catalog and distributing it through MCP.
Knowledge Overview
How Knowledge fits together.