Types
AgentSandboxToolPolicy
The resolved approval policy for one Sidekick tool: its effective mode plus the factory default it derives from.
object
AgentSandboxToolPolicyFields
service
String!
Registry service name, e.g. "plain" or "slack".
op
String!
Op id within the service, e.g. "thread.note".
displayName
String!
Human-readable tool name shown as the row label.
description
String!
One-line description shown as the row subtitle.
mode
Effective mode after merging the workspace override over the factory default.
factoryDefault
The mode this tool uses when the workspace has set no override.
isOverride
Boolean!
True when the effective mode comes from a workspace override rather than the default.

