إنتقل إلى المحتوى الرئيسي

Agent Tools

The Tools page lets you manage which API tools your AI agent can access and use during conversations.

Accessing Agent Tools

  1. Go to Agents in the sidebar
  2. Click on the agent you want to configure
  3. Click the Tools tab

How It Works

By default, a new agent doesn't have access to any tools. You need to explicitly assign tools to give your agent the ability to perform actions.

The page shows all your tools in a single view, split into two sections:

SectionDescription
AssignedTools currently assigned to this agent (toggle is on)
AvailableTools you've created that can be assigned (toggle is off)

Each tool row shows:

  • HTTP method badge (GET, POST, PUT, DELETE) with color coding
  • Tool name and base URL
  • Description (one line)
  • Disabled badge if the tool is globally disabled
  • Requires Verification badge if the tool requires phone verification via OTP

Assigning and Removing Tools

Use the toggle switch on each row to assign or unassign a tool instantly:

  • Toggle on — assigns the tool to this agent
  • Toggle off — removes the tool from this agent

You can also use the search bar at the top to filter tools by name or description.

Disabled Tools

Tools that are globally disabled show a "Disabled" badge but can still be assigned to an agent. This is useful when you want to prepare an agent's tool set before enabling the tool.


Don't Have Any Tools?

If no tools appear, you need to create tools first.

See Creating API Tools to learn how to:

  • Create API tools
  • Configure tool parameters
  • Set up authentication

Next Steps