Enterprise & Organization
allowManagedHooksOnly
Section titled “allowManagedHooksOnly”- Type: boolean
- Default: unspecified
- Description: Managed-only. Only managed hooks, SDK hooks, and hooks from plugins force-enabled in managed settings
enabledPluginsare loaded. User, project, and all other plugin hooks are blocked. Only honored when set by managed/enterprise-controlled settings; ignored in user/project settings. - Example:
{"allowManagedHooksOnly": true}
allowManagedMcpServersOnly
Section titled “allowManagedMcpServersOnly”- Type: boolean
- Default: unspecified
- Description: Managed-only. Only
allowedMcpServersfrom managed settings are respected.deniedMcpServersstill merges from all sources. Users can still add MCP servers, but only the admin-defined allowlist applies. Only honored when set by managed/enterprise-controlled settings; ignored in user/project settings. - Example:
{"allowManagedMcpServersOnly": true}
allowManagedPermissionRulesOnly
Section titled “allowManagedPermissionRulesOnly”- Type: boolean
- Default: unspecified
- Description: Managed-only. Prevent user and project settings from defining
allow,ask, ordenypermission rules. Only rules in managed settings apply. Only honored when set by managed/enterprise-controlled settings; ignored in user/project settings. - Example:
{"allowManagedPermissionRulesOnly": true}
blockedMarketplaces
Section titled “blockedMarketplaces”- Type: object[]
- Default: unspecified
- Description: Managed-only. Blocklist of marketplace sources. Blocked sources are checked before downloading, so they never touch the filesystem.
- Example:
{"blockedMarketplaces": [{"source": "github","repo": "untrusted/plugins"}]}
companyAnnouncements
Section titled “companyAnnouncements”- Type: string[]
- Default: unspecified
- Description: Announcements to display to users at startup. If multiple announcements are provided, they will be cycled through at random.
- Example:
{"companyAnnouncements": ["Welcome to Acme Corp! Review our code guidelines at docs.acme.com"]}
strictKnownMarketplaces
Section titled “strictKnownMarketplaces”- Type: boolean
- Default: unspecified
- Description: Managed-only. Allowlist of plugin marketplaces users can add. Undefined = no restrictions, empty array = lockdown. Applies to marketplace additions only. Only honored when set by managed/enterprise-controlled settings; ignored in user/project settings.
- Example:
{"strictKnownMarketplaces": true}