Creating Tools in SimplAI Studio: Basic & Advanced
SimplAI Studio allows users to build AI-powered tools, ranging from basic single-step tools to advanced multi-step tools with parallel processing. This guide walks you through the creation, configuration, and optimization of your tool.
Basic Tool: Getting Started
The easiest way to begin creating a tool is by navigating to the Tools page. Once there, click on the + Create Tool
button at the top-right section of the page.
You will see an empty tool template, where you can configure:
- User Inputs – Define input variables to pass data to the tool.
- User Steps – Add AI-powered processing steps.
- Tool Output – Structure the final output for the user.
Step 1: Add User Inputs
Every tool requires input fields to receive data or instructions from the user.
- Go to the Inputs section.
- Click on
+ Add Input
and choose an input type (text, file, number, etc.). - Provide a Title and Description for the input field.
SimplAI offers various input types to suit different needs.
Step 2: Add User Steps
User Steps define the processing logic of your tool. These can range from simple LLM model calls to complex workflows such as knowledge base retrieval, API calls, and web scraping.
- Click on
+ User Step
. - Choose a prebuilt AI processing step (e.g., GPT model, API call, web research, etc.).
- Configure the step to process the input data and return structured results.
For a detailed breakdown of available steps, visit the User Steps Documentation.
Step 3: Define Tool Output
- Click on
Add Config
in the Tool Output section. - Provide an Output Key (e.g., "Result" or "Summary").
- Specify the variable that should be displayed in the output.
- Example:
{{google_search.result}}
for structured AI-generated output.
- Example:
Step 4: Preview and Test the Tool
- Enter sample inputs in the User Input Test Value field.
- Click
Run Tool
to execute the workflow. - Verify if the output meets expectations.
Once satisfied, click Submit
to Save and Publish to make the tool available.
Advanced Tool: Multi-Step Workflows
For more complex applications, SimplAI Studio allows users to create multi-step workflows with parallel processing.
Step 1: Define a Start Point
Every advanced tool begins with a Start Point, defining how the workflow begins.
Step 2: Add Multiple Tool Steps
- Click on
+ Add Step
to insert multiple processing nodes. - Configure each node for sequential or parallel execution.
- Use decision logic if needed (e.g., conditional branching based on inputs).
Step 3: Configure Parallel Processing
SimplAI Studio allows running multiple tool steps in parallel, improving efficiency.
- Example: A tool that analyzes documents while conducting web research simultaneously.
Step 4: Set Up Final Output
- Define how the final output is structured when multiple parallel steps return results.
Step 5: Preview, Test, and Publish
- Run test cases to ensure all steps execute correctly.
- Save and publish the tool once satisfied.
Next Steps
- Start building your custom AI-powered tools in SimplAI Studio.
- Experiment with basic and advanced workflows to suit your needs.
Need assistance? Contact [email protected].