These matrix shows whether a user can perform an action in Agent Profile menu based on:
- Role
- Ownership (Owner or Not Owner)
- Visibility (Private, Restricted, Public)
- Access Level: Has Write (means user has been shared in restricted mode with Write permission), Has Read (means user has been shared in restricted mode with Read permission).
Fast legend
Normal user means other users with the role not mentioned in the table, or the user with no roles.
Fast lookup steps
- Check the action under the correct visibility table (Private, Restricted, Public).
- Find the row for the user role.
- Match Ownership (Owner or Not Owner).
- Read the final symbol (✅, ❌).
🔒 Private (View, Edit, Share, Delete, Publish, Details, JSON, Playground)
| Role / Access Level | Ownership | View | Edit | Share | Delete | Publish / Unp. | Go to Details | MCP JSON | Playground |
|---|
| System Admin (Full Access) | Any | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| Normal User | Owner | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| Normal User | Not Owner | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
🔑 Restricted (View, Edit, Share, Delete, Publish, Details, JSON, Playground)
| Role / Access Level | Ownership | View | Edit | Share | Delete | Publish / Unp. | Go to Details | MCP JSON | Playground |
|---|
| System Admin (Full Access) | Any | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| Normal User | Owner | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| Normal User (Has Write) | Not Owner | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| Normal User (Has Read) | Not Owner | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ |
🌐 Public (View, Edit, Share, Delete, Publish, Details, JSON, Playground)
| Role / Access Level | Ownership | View | Edit | Share | Delete | Publish / Unp. | Go to Details | MCP JSON | Playground |
|---|
| System Admin (Full Access) | Any | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| Normal User | Owner | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| Normal User | Not Owner | ✅ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ |