Reference

Tools

The tool registry is the single place to see every capability your agents can be granted (what each one does, whether it causes side effects, how risky it is) and to switch any tool off across your whole organisation.

What the registry is for

A tool is a capability an agent can use: sending a message, creating a record, querying a system. Tools are built into the platform as code, not authored from the registry. The catalogue is the governance and metadata layer over that code. It tells you, for each tool, exactly what it can do and how it behaves before you ever let an agent near it.

Every tool you can see falls into one of two groups: platform tools, which are available to all organisations, and any tools provisioned specifically for your organisation. The registry lists both together, grouped by category.

The registry is reached at Tools in the sidebar, between Agents and Runs. The whole page is a governance surface, so it is restricted to organisation owners and admins (the tools.manage permission). Operators do not manage tools here. They meet tools through the agent version editor's picker when they build an agent.

Reading a tool entry

Tools are grouped into collapsible categories (Communication, CRM, and so on); categories start collapsed because the list is long, and any active search or filter automatically opens the groups that contain matches. Each tool row shows:

To find a tool quickly, search by name, slug or description, or narrow the list with the category and risk filters at the top. Use Clear filters to return to the full catalogue.

Enabling and disabling tools

Each tool has two switches that combine to decide whether it can be used in your organisation:

A tool is only usable when both switches are on. Disabling a tool here is the fastest way to remove a capability everywhere at once.

Disabling a tool takes effect immediately and does not edit your agents. Existing tool assignments on agent versions are left in place; they simply stop working until the tool is re-enabled. Any agent that attempts a disabled tool fails safely, and the attempt is recorded in the audit log.

How it ties into governance

The registry is where capability meets control. Two properties shown on every row drive what happens at run time:

Every change you make here is governed too: enabling or disabling a tool is audited, and so is every blocked attempt to use a disabled tool. Because managing the registry sits behind tools.manage, only owners and admins can change what the organisation can do — the same boundary that protects the rest of your control plane.

Things to watch

Next steps