Overview
Private tools let you bring your own Docker-based CLI tools into the platform and use them in workflows alongside public Library tools. They are visible only within your Vault and never exposed publicly.Importing a Tool
1
Open the Library
Navigate to Library, click Create and choose Tool.
2
Configure the tool
Fill in the tool details in the form that appears. See the field reference below for what each field expects.
3
Add input parameters
Define the input parameters the tool accepts. At least one parameter is typically needed. See Input Parameters below.
4
Save
Click Save to import the tool. It will appear in the Library and can be added to any workflow in your Vault.
Tool Fields
Required
Optional
Input Parameters
Each input parameter corresponds to a CLI flag the tool accepts. Add one entry per parameter.Parameters marked as required will block workflow execution if left unset. Use this to enforce mandatory inputs such as a target domain or an input file.
Finding Private Tools in the Library
In Library > Tools, use the Visibility dropdown to filter by:- Public — tools from the Trickest public Library.
- Private — tools imported into your Vault.