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
  • Overview
  • Configurations
  • Modes
  • Title & Description
  • Approve
  • Reject
  • Revise Variable Configuration
Export as PDF
  1. Building AI Agents
  2. Automations

Checkpoint Block

Allow for user review of a specific step in the workflow.

Overview

The Checkpoint Block displays a prompt to the user, allows them to revise variables, accept or reject certain steps in the workflow and route them accordingly.

Configurations

Modes

  1. Alert: Allows users to accept or reject a workflow step before moving forward.

  2. Revise Variable: Allows users to accept or reject a workflow step and make revisions to variables (i.e. generated content) before moving forward.

Title & Description

This section includes the actual prompt that is being displayed to the user.

Example:

Title: Review Assets

Description: Review your generated assets and and continue when you are ready to finalize them for download.

Approve

Create a custom label to approve the displayed prompt. If this section is left blank, the label will automatically display "Approve".

Route the approve label to the desired block by selecting the Select Destination button and then the desired block destination.

Reject

Create a custom lable to reject the displayed prompt. If this section is left blank, the label will automatically display "Reject".

Route the reject label to the desired block by selecting the Select Destination button.

Revise Variable Configuration

This configuration is only visible if the Revise Variable mode is selected.

Target Variable

The variable that will be presented to the user to be accepted or revised. Example: {{My_Var}}

Variable Label

The name of the variable that will be displayed to the user. Example: My Variable

Variable Type

These are the types of content that can be revised

  1. Text : includes any text based content generated using the Generate Text block.

  2. HTML : includes images and pdfs generated using the Generate Asset block.

Revise Guidance

In this section, provide any additional context you might want to provide to the AI to use when making revisions to the content.

Model Settings

Select the AI model to be used when making revisions to any variables.

Last updated 1 month ago