Quickstart Guide
Everything you need to know to get started creating AI Workers.
Last updated
Everything you need to know to get started creating AI Workers.
Last updated
In this article, we’ll be guiding you through everything you need to know to get started on MindStudio and teaching you to create your first AI Worker.
Before starting, you will need to create a MindStudio Account.
After creating an account, you'll land on the Workspace Overview Screen, where you can view all published AI workers. If there are no AI Workers published, then you will see the Getting Started Guide.
From the Workspace Overview Screen, you’ll find several controls on the left. From here you can:
Create new workspaces.
Access general Workspace Settings.
Explore Usage Explorer to view AI worker activity.
Manage Billing Settings (e.g., budget limits, payment methods).
Invite team members to your workspace.
Access developer tools like API Keys, Request Logs, and Documentation.
In this guide, we’ll build an example AI worker to find daily tech news, summarize it, and sends an email every morning at 8:00 AM.
To create an AI worker, click on the Create AI Worker button at the top-right. This will create a new worker and open the MindStudio Editor.
The editor is made of two key areas: the Explorer Tab and the Navigator.
Explorer Tab
This is where you'll find all of the resources used to build your AI workers. This includes resources like Data Sources, Functions, User Inputs, and Workflows
Navigator (Main Workspace)
The large area covering the rest of the Editor if the Main Workspace, also refer to as the Navigator. This area will change depending on what you have selected. By default, the Editor will open on the Main.flow
workflow and have the Prompt Tab open.
The System Prompt serves as the AI worker's core instructions, defining its role, capabilities, and constraints.
You can write a system prompt manually by typing into the blank space below, or you can click on the Generate Prompt button at the bottom left to have the Prompt Generator to write the prompt for you.
Click on the Generate Prompt button at the bottom left of the prompt area. This will open the Prompt Generator Modal.
Using natural language, enter a brief description of what your AI worker is supposed to do. For this build, we can type something like:
After entering your description, click the Generate button. The system will automatically create a structured prompt based on your input.
Carefully review the generated prompt to make sure it aligns with your requirements. You can edit the prompt directly in the editor if adjustments are needed.
Once your System Prompt is written, navigate to the Automations tab.
The Automations Tab is where you design the workflow for your AI worker. This section allows you to define the sequence of actions your AI worker will follow.
Start Block:
Schedule the workflow to run at 8:00 AM daily.
Define a launch variable called topic
.
Google Search Block:
Use a function to perform a Google search.
Reference the topic
variable as the search query.
Save the result as a new variable, google_result
.
Text Generation Block:
Prompt AI to summarize the google_result
.
Use the prompt:
Terminator End Block w/ Email Notification:
Enable Email notifications to send the summary to the specified email.
MindStudio provides access to over 50 AI models from leading providers, allowing you to tailor your workflows for a variety of tasks and use cases.
Access Model Settings
Navigate to the Model Settings Tab in your workflow editor.
Choose a Model
Select from over 50 AI models available.
NOTE: Some models may be locked and can be unlocked by adding a payment method in your Billing Settings.
There are two configuration options for AI models:
Temperature
Controls the randomness of responses:
Higher Temperature: More creative, but less predictable.
Lower Temperature: More consistent, but less diverse.
Max Response Size
Defines the maximum size of the model’s response in tokens.
Example: 400 tokens ≈ 300 words.
Every block that uses AI has the ability to override the underlying models settings and use its own unique AI model and configuration. This allows you to use different models in the workflow based on the task required at each specific step.
Testing and evaluation are critical steps to ensure your AI worker performs as expected. MindStudio provides tools to debug, validate, and optimize your AI Workers.
Navigate to the Errors Tab to view any issues, such as misspelled variables or misconfigured blocks.
Click on an error in the Errors Tab to highlight the problematic block in the workflow.
Adjust configurations or correct spelling to resolve the issue.
Once fixed, errors will disappear from the tab.
Open the Evaluations Tab to create test scenarios for your workflow.
Click the Autogenerate button to generate test cases automatically. You can provide additional context for test case generation, such as specifying genres, topics, or scenarios.
Example: Generate test cases for topics like technology, politics, or health.
Specify how many test cases you want to generate.
Review the generated cases to ensure they cover a variety of inputs
Use the Run button in the top-left to execute the workflow multiple times with the test cases.
After execution, review the results in the right-hand column. Check whether the outputs align with expected behavior.
Once your AI worker has been tested and evaluated to ensure it functions correctly, the next step is to publish it. Publishing makes your AI worker available for use and integration.
Set Metadata
Navigate to the Explorer Tab and click on the root menu.
Add the following details:
Name: Give your AI worker a descriptive and unique name.
Description: Provide a short explanation of what your AI worker does.
Go through other sections and configure other settings.
Publish the Workflow
Click the Publish button to finalize your AI worker.
Once published, the AI worker will be accessible via the AI Worker Tab in your workspace. Click on the confirmation message to view your AI Worker
Integration Options
After publishing, you can integrate your AI worker with external tools and platforms, such as:
Zapier: Automate workflows across apps.
Make: Build advanced automation scenarios.
API: Use the provided documentation to connect via custom APIs.
Test Request Integration
Use the Create Test Request feature to validate API calls.
Configure the API request by:
Selecting a workflow.
Providing launch variables (e.g., topic = "daily tech news"
).
Run the test and review the logs for successful execution.
View the AI Worker in the Workspace Overview
View the newly published AI worker under the Home Tab.
Confirm it is listed alongside other published workers.
Congratulations on creating and publishing your first AI worker in MindStudio! We’ve covered everything from writing system prompts and building workflows to testing, debugging, and publishing. MindStudio is a powerful and versatile platform, enabling you to create AI Workers tailored to specific needs.
Remember, this guide is just the beginning. The possibilities with MindStudio are endless, and we’re excited to see what you’ll build. If you ever need help, our Support Chat is just a click away.