Skip to content

Quick Start

Get up and running with GloriaMundo in a few minutes.

Sign In

GloriaMundo uses Google sign-in. Click Sign in with Google on the landing page to create your account. You'll receive $10 in free credits to begin building workflows immediately — no card required.

The Interface

Once signed in, you'll land on the Builder — GloriaMundo's main workspace.

[Screenshot needed: Builder interface showing the chat panel on the left and workflow graph on the right]

The interface has two main areas:

  • Left panel — Chat. This is where you describe what you want to automate
  • Right panel — Workflow editor. Your workflow appears here as a visual graph of connected steps

A sidebar on the left gives you quick access to:

  • Builder — Create and edit workflows
  • Workflows — View all your saved workflows
  • Approvals — Review pending approval requests
  • Connections — Manage your connected apps
  • Settings — Configure preferences

Workflow Modes

New builds use your account's default mode automatically. If you have not changed it in Settings, that default is Balanced. After you save a workflow, you can leave it on Default to inherit that account setting or override it from the Workflows dashboard.

Mode When to Use
Default Use the account-level default already set in Settings
Economy Fastest and lowest-cost execution
Balanced General-purpose mode for most workflows
Ultimate Highest-capability mode for more demanding workflows
Custom Use your own model selections

Learn more about workflow modes

Your First Prompt

Type a description of what you want to automate in the chat panel. For example:

"Every morning, check my Gmail for unread emails from my team and post a summary to Slack"

GloriaMundo will generate a complete workflow with:

  • A trigger (manual, scheduled, webhook, or event)
  • A sequence of steps (fetch emails, filter, summarise, post to Slack)
  • Connection requirements (which apps need to be connected)

If you want the workflow to start from activity in a connected service rather than from a schedule or webhook, use an event trigger.

Preview Before Running

Click Simulate to run a Virtual Run. This executes read operations live (like fetching your emails) whilst previewing write operations (like the Slack message) without actually sending anything.

Learn more about Virtual Run

Connect Your Apps

If your workflow uses external services, you'll need to connect them via OAuth. GloriaMundo will prompt you when a connection is needed.

Learn more about connecting apps

Run for Real

Once you're satisfied with the preview, click Run (or Schedule / Activate depending on your trigger type) to execute the workflow.

Next Steps