Agent Tools
The Tools page lets you manage which API tools your AI agent can access and use during conversations.
Accessing Agent Tools
- Go to Agents in the sidebar
- Click on the agent you want to configure
- 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:
| Section | Description |
|---|---|
| Assigned | Tools currently assigned to this agent (toggle is on) |
| Available | Tools 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.
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
- Creating API Tools — Create custom API tools
- Built-in Tools — Learn about built-in agent capabilities
- Knowledge Base — Manage agent knowledge access