Skip to main content

Quickstart Guide

Get up and running with VibeAgent in under 10 minutes. This guide walks you through creating your first AI-powered workflow from scratch.


Step 1: Sign Up & Log In

Create Your Account

  1. Visit the VibeAgent platform
  2. Click "Sign Up"
  3. Choose your registration method:
    • Email & Password: Enter your details and verify your email
    • Google Sign-In: Use your Google account for instant access

Log In

If you already have an account, click "Log In" and enter your credentials.


Step 2: Explore the Dashboard

After logging in, you'll land on the Dashboard—your control center for managing agents and workflows.

What you'll see:

  • Analytics: Performance metrics for your agents
  • Quick Actions: Buttons to create flows, agents, or browse templates
  • Navigation Sidebar: Access to Agents, Flows, Templates, and Credentials
tip

New to VibeAgent? Click the User Guide button on the dashboard for interactive tutorials.


Step 3: Create Your First Flow

A Flow is a visual workflow that connects agents, triggers, and tools.

Option A: Start from a Template

The fastest way to get started:

  1. Click "Browse Templates" on the dashboard
  2. Choose a template that matches your use case (e.g., "Customer Support Bot")
  3. Click "Use Template"
  4. Add your API credentials (e.g., Gmail, Slack)
  5. Test the flow using the built-in chat interface
  6. Save and deploy

Option B: Build from Scratch

For custom workflows:

  1. Click "Create New Flow" on the dashboard
  2. The Flow Editor opens- a visual canvas for building your automation
  3. Add Nodes: Drag and drop nodes from the left panel:
    • Trigger: How the flow starts (Webhook, Schedule, Manual)
    • Agent: The AI brain that processes requests
    • Tools: External services like Gmail, Google Sheets, Slack
    • Logic: Decision nodes for branching and loops
  4. Connect Nodes: Draw lines between nodes to define the flow
  5. Configure Each Node: Click a node to set its properties

Step 4: Configure Your Agent

The Agent Node is the core intelligence of your workflow.

  1. Click on the Agent Node in your flow

  2. Write a System Prompt:
    Define what the agent should do. Example:

    "You are a helpful customer support assistant. Answer user questions about our product using the knowledge base."

  3. Select a Model: Choose between high-reasoning (GPT-4o) or fast models (GPT-4o-mini)

  4. Add Tools (Optional): Connect external services the agent can call

  5. Connect Knowledge Base (Optional): Upload PDFs or documents for RAG (Retrieval-Augmented Generation)

For detailed configuration options, see the Agent Documentation.


Step 5: Test Your Flow

Before deploying, always test your workflow:

  1. Click the "Test" or "Run" button in the Flow Editor
  2. The Chat Interface opens on the right side
  3. Enter a sample input (e.g., a customer question)
  4. Watch the flow execute step-by-step
  5. Review the output in the chat window

For detailed debugging:

  • Open the Terminal View to see logs, API calls, and execution times
  • Check for errors or unexpected behavior

Step 6: Save & Deploy

Once your flow works as expected:

  1. Click "Save" to store your workflow

  2. Choose deployment options:

    • Private: Only you can access and run this flow
    • Public: Publish as a template for the community
  3. (Optional) Set up a Trigger for automatic execution:

    • Webhook: Trigger via API call
    • Schedule: Run at specific times (e.g., daily at 9 AM)
    • Manual: Run on-demand from the dashboard

Step 7: Monitor & Iterate

After deployment, return to the Dashboard to:

  • View Analytics: See how often your flow runs and performance metrics
  • Check Recent Activity: Review execution logs and debug errors
  • Optimize: Adjust agent prompts, add tools, or refine logic based on real-world usage

Getting Help

Contextual Help:
Look for ℹ️ info buttons throughout the platform. These link to specific documentation sections.

Flow Assistant (Coming Soon):
Describe your workflow in natural language, and the AI assistant will build it for you automatically.

Documentation:


What's Next?

  • Explore Templates: Discover pre-built workflows for inspiration
  • Add More Agents: Create specialized agents for different tasks
  • Connect Tools: Integrate Gmail, Slack, Google Calendar, and more
  • Join the Community: Share your templates and learn from others

You're now ready to build intelligent AI automations with VibeAgent!