MindStudio Docs
  • Get Started
    • Overview
    • MindStudio Chrome Extension
    • Quickstart Guide
    • What is an AI Agent?
    • AI Agent Use Cases
  • Free vs. Paid AI Agents
  • Building AI Agents
    • Editor Overview
    • Workflow Generator
    • Writing Prompts
      • Templating
    • AI Models
    • Variables
      • Working with JSON
      • Using Handlebars Templating
    • Dynamic Variables
    • Data Sources
    • Automations
      • Start Block
      • Generate Text Block
      • Generate Image Block
      • Generate Chart Block
      • Generate Asset Block
      • Display Content Block
      • Text to Speech Block
      • Analyze Image Block
      • User Input Block
      • User Context Block
      • Query Data Block
      • Run Function Block
      • Scrape URL Block
      • Extract Text from File Block
      • Post to Slack Block
      • Menu Block
      • Logic Block
      • Checkpoint Block
      • Jump Block
      • Run Workflow Block
      • Terminator Block
    • Integrations
      • Search Bluesky Posts
      • Scrape Facebook Page
      • Scrape Meta Threads Profile
      • Scrape Instagram Comments
      • Scrape Instagram Mentions
      • Scrape Instagram Posts
      • Scrape Instagram Profile
      • Scrape Instagram Reels
      • Create LinkedIn Post
      • Create X Post
      • Search X Posts
      • Search Google
      • Search Google Images
      • Search Google Trends
      • Search Google News
      • Create Google Doc
      • Fetch Google Doc
      • Update Google Doc
      • Create Google Sheet
      • Fetch Google Sheet
      • Update Google Sheet
      • Enrich Company via Domain
      • Find Contact Email for Website
      • Find Email
      • Verify Email
      • Enrich Person via Email
      • Fetch YouTube Captions
      • Fetch YouTube Channel
      • Fetch YouTube Comments
      • Fetch YouTube Video
      • Search YouTube
      • Search YouTube Trends
      • Create Notion Page
      • Update Notion Page
      • Apify
      • Run Scenario
      • Post to Slack
      • HTTP Request
      • Run Node
      • Create Contact
      • Add Note
      • Send Email
      • Send SMS
    • Publishing & Versioning
  • Embedding AI Agents
  • Using Webhooks
  • Workspace Management
    • Workspace Overview
    • Workspace Settings
    • Usage Explorer
    • Billing Settings
    • Account Settings
    • Team Settings & Access Controls
  • Test & Evaluate
    • Testing Suite Overview
    • Evaluations
    • Profiler
    • Debugger
  • Integration Guides
    • Zapier + MindStudio
    • Make.com + MindStudio
    • n8n + MindStudio
  • Developers
    • API Reference
    • NPM Package
    • Custom Workflow Functions
  • Additional Resources
    • Glossary
    • Allowing Access to Mindstudio From Your Network
  • Solutions
    • MindStudio Solutions Partners
    • MindStudio For Developers
    • MindStudio for Enterprises
Powered by GitBook
On this page
Export as PDF
  1. Additional Resources

Glossary

Definitions of MindStudio Terms

AI Agent

An AI-powered automation or workflow created within MindStudio. AI Agents are designed to perform specific tasks, ranging from data processing to content generation, and can be deployed in various applications.

Automation Block

A modular unit within a workflow that performs a specific function (e.g., generating text, calling a function, querying data). Blocks are the building components of workflows on the canvas.

Canvas

The visual interface where workflows are designed and structured. The canvas allows users to connect automation blocks and configure their interactions to build AI Agents.

Data Source

An external or internal repository of information (e.g., databases, APIs) that workflows can query to retrieve data or send results for storage.

Drafts

Unpublished versions of workflows or AI Agents within a workspace. Drafts allow users to iterate and test changes before making them live.

Function

A custom code block written in JavaScript or Python that adds specific functionality to a workflow. Functions enable developers to extend workflows with tailored logic and processing.

Markdown

A lightweight markup language used to format text. In MindStudio, Markdown is often used for prompts, documentation, or configuring UI elements within workflows.

Prompt

A set of instructions or input text sent to an underlying model to guide its behavior. Prompts are critical for shaping AI-generated outputs and are often dynamic, incorporating variables.

Underlying Model

The AI or machine learning model powering an AI Agent's functionality. Examples include GPT models for natural language processing or DALL-E for image generation.

Usage

A metric that tracks the consumption of resources (e.g., API calls, compute time) within a workspace. It provides insights into how AI Agents and workflows are utilized, helping monitor costs and efficiency.

User Input

Data or parameters provided by end-users or external systems that are used to guide the behavior of an AI Agent or workflow. User inputs can be configured in the workflow for flexibility.

Variable

A placeholder used within workflows to store and pass data between steps. Variables can represent inputs, intermediate values, or outputs, ensuring data flows smoothly through the workflow.

Workspace

A dedicated environment in MindStudio for organizing and managing AI Agents, workflows, team members, and billing settings. Workspaces allow teams to collaborate and operate independently within the platform.

Last updated 1 month ago