SQL Toolkit
The SQL Toolkit serves as a wrapper for a suite of SQL database tools. Instead of configuring each SQL tool individually, this toolkit provides a unified interface to access commonly used SQL functionalities. It enables your agents to manage, query, and update data across relational databases—supporting robust, data-driven automation.
Use this toolkit when your agent needs to interact with SQL databases as part of a workflow.
| Field | Description |
| *Indicates mandatory field | |
| Name* | A unique, user-defined name for this toolkit instance. It is used to reference the toolkit within your agent's configuration. |
| Description* | A brief explanation of the toolkit’s purpose and its role in the agent’s workflow. |
| Database Type* | Select the type of SQL database (for example, PostgreSQL, MySQL, SQLite) the agent will connect to. This choice determines the expected connection parameters and toolset. |
| URL* | Provide a URL, this can be used to initialize or define the database structure. |
| Credentials type to connect with(appears only when you select PostgreSQL or MySQL in the Database Type field) | Select the type of credentials used for authentication with the database type. |
| Credentials to connect with(appears only when you select PostgreSQL or MySQL in the Database Type field) |
Select the relevant database credential (for example, Postgres Database Credential) that was configured earlier in the Credentials section. This credential will be used to establish the connection. Note: Refer to the Adding a Credential section for steps to configure
this.
|