Skip to main content
Limit the tools your agent can invoke to a curated set. This basic allowlist permits web search, file reading, and database queries while denying all other tool calls. Reduces the blast radius of agent actions.

Policy JSON

What It Does

  • Maintains an allowlist of 3 permitted tools
  • Denies calls to any tool not on the list (e.g., file_write, shell_execute, email_send)
  • Deny-by-default — unlisted tools are blocked, not monitored
  • Prevents agents from performing unintended actions like writing files, sending emails, or executing commands

Example

Agent attempts to call shell_execute (not on allowlist): Decision object:

Install

Customize

Tool names must match exactly what your agent framework uses. Check your agent’s tool definitions and use the same identifiers in the allowlist.