Skip to content

ToolApprovalRuleRequest

← All HTTP schemas

Request to create a persistent, argument-conditioned approval rule.

Shape: object

Property Required Type Description Rules
agentName no string The agent the rule holds for. When empty it covers every agent of the tenant.
toolName yes string The tool the rule holds for.
argumentConditions no array of ToolArgumentCondition All conditions must match for the rule to apply (AND). An empty list (the default) matches every call of the tool.