Getting Started
Welcome to MindPal! This guide will walk you through creating your first AI agent and workflow step-by-step.
Prerequisites
Before you begin, make sure you have:
- A MindPal account (sign up at app.mindpal.space (opens in a new tab))
- A workspace created (this happens automatically when you sign up)
Create Your First AI Agent
Navigate to the Agent Library
- Log in to your MindPal workspace
- Click on "Agent" in the left sidebar
- You'll see your agent library (empty if you're just starting)
Create a New Agent
Click the "+ New Agent" button. You have three options:
- Let AI do the work: Describe what you need, and MindPal will configure the agent for you
- Use a template: Browse pre-made agents and customize them
- Start from scratch: Build your agent manually with full control
For this tutorial, choose "Start from scratch".
Configure the Agent Basics
Give your agent a clear identity:
- Title: Name your agent (e.g., "Blog Post Writer")
- Background: Describe who the agent is and what it does
Example background:
You are an experienced content writer specializing in engaging blog posts.
You write in a conversational yet professional tone, focusing on providing
value to readers while maintaining SEO best practices.Set the Desired Output
Define how you want the agent to format its responses:
Structure your blog posts with:
- An attention-grabbing headline
- A compelling introduction (2-3 sentences)
- 3-5 main sections with subheadings
- A conclusion with a call to action
- Keep total length between 800-1200 wordsChoose a Language Model
Select the AI model that powers your agent:
- GPT-4o Mini (1 credit) - Fast and cost-effective for simple tasks
- Gemini 2.5 Flash (1 credit) - Great balance of speed and quality
- GPT-5 (15 credits) - High-quality responses
- Claude 4 Sonnet (20 credits) - Excellent for nuanced writing
Start with a cheaper model and upgrade only if you need better quality. You can always change the model later.
Test Your Agent
- Click "Save" to save your agent configuration
- Click "Run" or the chat icon to open the chat interface
- Send a message like: "Write a blog post about the benefits of morning routines"
- Review the response and iterate on your agent's configuration if needed
(Optional) Publish as a Chatbot
To share your agent with others:
- Go to the "Chatbot" section in the left sidebar
- Click "+ New Chatbot"
- Select your agent as the "brain"
- Configure the chatbot appearance and settings
- Click "Publish" to get a shareable link
Create Your First Workflow
Workflows connect multiple agents to handle complex, multi-step processes.
Navigate to the Workflow Library
- Click on "Workflow" in the left sidebar
- Click "+ New Workflow"
Choose Your Starting Point
Like agents, you have three options:
- Let AI do the work: Describe your process and let MindPal build it
- Use a template: Start from a pre-made workflow
- Start from scratch: Build manually using the visual builder
For this tutorial, choose "Start from scratch".
Add a Human Input Node
Every workflow starts with collecting user input:
- In the workflow builder, you'll see a Human Input node already placed
- Click on it to configure input fields
- Add fields like:
- Topic (Text) - "What topic should we write about?"
- Target Audience (Text) - "Who is the target audience?"
- Tone (Select) - Options: Professional, Casual, Friendly
Add an Agent Node
- Click the "+" button below the Human Input node
- Select "Agent Node"
- Configure it:
- Agent: Select your Blog Post Writer agent (or leave blank for a general agent)
- Prompt: Write the task, referencing inputs:
Write a blog post about {{Topic}} for {{Target Audience}}. Use a {{Tone}} tone.
Variables appear in purple when properly configured. Click the "+" button in the prompt field to insert variables from previous steps.
Add More Steps (Optional)
Extend your workflow with additional nodes:
- Another Agent Node: Add an editor agent to review the content
- Loop Node: Process multiple topics at once
- Router Node: Branch based on conditions
- Webhook Node: Send results to external systems
Test Your Workflow
- Click "Save" to save your workflow
- Click "Run" to open the workflow runner
- Fill in the input fields
- Click "Run Workflow" and watch it execute
(Optional) Publish as a Form
To share your workflow with others:
- Go to the "Form" tab in your workflow
- Configure the form appearance and settings
- Set access controls and rate limits
- Click "Publish" to get a shareable link or embed code
Next Steps
Now that you've created your first agent and workflow, explore these features:
Enhance Your Agents
- Add Knowledge Sources - Train agents on your documents
- Configure Tools - Give agents access to external APIs
- Set Brand Voice - Maintain consistent communication style
- Add Sub-agents - Create hierarchical agent structures
Build Advanced Workflows
- Workflow Variables - Pass data between steps
- Loop Node - Process multiple items
- Router Node - Add conditional branching
- Orchestrator-Worker Node - Coordinate multiple agents
Share and Monetize
- Publish Chatbots - Share agents publicly
- Publish Workflows as Forms - Create public workflow tools
- Add Payment Nodes - Monetize your workflows
Integrate with Your Systems
- Public API - Trigger workflows programmatically
- Schedule Triggers - Run workflows automatically
- MCP Integrations - Connect to 7000+ apps
Getting Help
- Documentation: You're reading it! Use the sidebar to explore topics
- Video Tutorials: Visit our YouTube Channel (opens in a new tab)
- Community: Join our Facebook Group (opens in a new tab)
- Support: Email support@mindpal.io