Tools
Give your agents the power to take action. Connect databases and third-party apps so your AI can query live data and automate tasks.
Tools extend your agents beyond static knowledge, letting them query live databases, read emails, update spreadsheets, and interact with hundreds of third-party services.
Navigate to the Tools Page
- Go to AI Workspace → Tools.The page has two top-level tabs:
- 1. Configured Tools — tools you've already set up, ready to enable on agents.
- 2. Available Tools — the full catalog, divided into Internal and External sub-tabs.

Add an Internal Tool (Database Connection)
Internal tools give agents read access to your own databases for natural-language data queries.
Supported Databases
| Database | Default Port |
|---|---|
| PostgreSQL | 5432 |
| MongoDB | 27017 |
| MariaDB | 3306 |
Connection Fields
| Field | Description |
|---|---|
| Tool Name | A recognizable label for this connection. |
| Host Address | The database server hostname or IP. |
| Port | The port the database listens on. |
| Database Name | The specific database to connect to. |
| Username | The database user. |
| Password | The database user's password. |
- 1. Go to Available Tools → Internal.
- 2. Click the+button on the database type you want to connect.
- 3. Fill in the fields above and click Create Tool. It appears immediately in Configured Tools → Internal.

Create a dedicated read-only database user for agent connections. Agents only need to query data, limiting write access reduces risk.
You can save a tool even if the database isn't reachable yet. The connection is only tested when the agent actively uses it.
Connect an External Tool (Third-Party Service)
- 1. Go to Available Tools → External. Use the search bar to filter by name.
- 2. Click the info icon on any card to preview what it can do before connecting.
- 3. Click the + button and follow the authorization steps (OAuth or API key).
- 4. Once authorized, the tool appears in Configured Tools → External. with a Connected status.

Use a service account or dedicated app-specific token rather than personal credentials, easier to revoke without affecting your own account.
Attach Tools to an Agent
- 1. Configuring a tool here makes it Available . Now open AI Workspace → Agents and edit the agent you want to equip.
- 2. Go to the Tools tab inside the agent editor.
- 3. Toggle the relevant tool categories on and check specific tools from your configured list.
- 4. Click Save.
