Query
query AgentSandboxToolPolicies {
agentSandboxToolPolicies {
service
op
displayName
description
mode
factoryDefault
}
}Response
{
"data": {
"agentSandboxToolPolicies": [
{
"service": "string",
"op": "string",
"displayName": "string",
"description": "string",
"mode": "NOT_REQUIRED",
"factoryDefault": "NOT_REQUIRED"
}
]
}
}Queries
agentSandboxToolPolicies
The Sidekick tool approval policies for the workspace: every catalog tool with its effective approval mode (per-workspace override merged over the factory default). Optionally filter to a single service (e.g. “plain”).
QUERY
agentSandboxToolPolicies(service: String): [AgentSandboxToolPolicy!]!Arguments
service
String
Returns
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.
Query
query AgentSandboxToolPolicies {
agentSandboxToolPolicies {
service
op
displayName
description
mode
factoryDefault
}
}Response
{
"data": {
"agentSandboxToolPolicies": [
{
"service": "string",
"op": "string",
"displayName": "string",
"description": "string",
"mode": "NOT_REQUIRED",
"factoryDefault": "NOT_REQUIRED"
}
]
}
}Was this page helpful?

