AI Editor Overview
Learn how to navigate the workspace, configure blocks, manage models, use debugging tools, and access advanced agent settings
Last updated
Learn how to navigate the workspace, configure blocks, manage models, use debugging tools, and access advanced agent settings
Last updated
This guide provides a comprehensive overview of the AI Editor interface in MindStudio. You'll learn how to navigate the workspace, configure resources, manage agent settings, and debug workflows efficiently.
When you create an AI agent, you’re placed inside the AI Editor. The UI is divided into two main sections:
Left Panel (Explorer): Contains resources like data sources, custom functions, user inputs, and workflows.
Right Workspace: Displays contextual editing tools and configuration panels based on what you're working on.
Use the explorer to navigate between tabs such as automations, user inputs, and functions. The main workflow typically starts in main.flow
, under the automations tab.
Inside the automations tab:
The start block initializes the workflow.
The terminator block ends the workflow.
You can insert additional logic using the + button to add new blocks.
The canvas supports:
Vertical and horizontal scrolling (use Shift
to scroll horizontally).
Zooming, reset view (R
key), and auto-arranging blocks for a clean layout.
Quick tools for panning (H
key) and selecting (V
key).
Useful tools in the canvas include:
Sticky notes for adding comments or reminders.
Diagnostics tool to validate block linkages and optimize workflows (recommended for advanced users).
Errors tab to highlight issues such as missing inputs.
Debugger tab to monitor input/output and cost at each step during agent execution.
Key tabs along the top of the editor:
System Prompt: Set overall instructions for the agent (e.g., blog post generator). You can also use the Generate Prompt tool to automatically create a structured prompt.
Model Settings: Choose a default AI model from over 90 options. This acts as a fallback if a block doesn't specify a model.
Evaluations: Allows you to batch test scenarios (optional for beginners).
Profiler: Compare multiple AI models side-by-side using the same prompt. Evaluate their outputs, speeds, and costs to select the best fit.
Each block has a configurable panel on the right-hand side. For example:
A Generate Text block lets you enter the prompt.
A Run Function block switches the configuration panel to support code-based execution.
You can preview your agent and inspect each step’s behavior through the debugger at the bottom.
Select the root agent folder to access:
General Settings: Name, description, icon, and landing page for sharing.
Sharing & Access: Set visibility (public/private), enable remixing, and configure API access (business plans only).
Advanced Settings: Includes onboarding workflows, global variables, and persistent user data (covered in later videos).
Version History: Revert to previous published versions of your agent.
Publishing: Click the “Publish” button at the top right to make changes live.
Most of your work will happen inside the workflow builder, where you’ll add and configure blocks. This video covers the full UI so you know where to find everything as you start building. If you have questions, check the in-app documentation or leave a comment on the video.
Thanks for watching!