Automation Quickstart

Build and publish your first Agent automation in about five minutes.

Before You Start

  • Sign in at platform.ramain.ai with Builder or Admin access.
  • Ensure your organization has credits available.
  • Pick a repeatable multi-step task, such as calling an API and reshaping JSON, processing a spreadsheet, or looping records through a saved workflow.

Step 1: Create An Automation

  1. Open Agents.
  2. Create a new automation.
  3. The Automation Builder opens with the canvas and builder chat.

You now have an empty draft automation tied to the builder session.

Step 2: Author With The Builder

  1. Describe the task clearly, including inputs, systems, success criteria, and any saved workflow to reuse.
  2. Watch the canvas as the builder adds and connects nodes.
  3. Answer clarification questions and attach a sample file when structure matters.
  4. Continue until the graph represents the complete process.

Tip: one focused goal per authoring pass produces a cleaner graph.

Step 3: Review The Graph

  1. Select nodes on the canvas to open their inspector.
  2. Confirm inputs, outputs, templates, and links between steps.
  3. If a step uses a saved browser workflow, ask the builder to inspect that workflow so its input and output contracts match.

If the graph looks wrong, describe the correction in chat and let the builder patch it.

Step 4: Save Your Draft

  1. Persist the automation and give it a descriptive name.
  2. Confirm its status remains draft.

Saving preserves the graph and builder history without making it production-ready.

Step 5: Publish

  1. Resolve missing edges, host allowlist issues, and workflow pin validation errors.
  2. Select Publish when the graph matches the intended process.
  3. Confirm the status changes from draft to saved.

Step 6: Run

Use Run → Sandbox while iterating, then run Live after publishing to verify real side effects. Configure schedules and inbox triggers separately.

Common First-Run Issues

SymptomFix
Builder invents a workflow contractAsk it to inspect the saved workflow rather than guessing inputs and outputs
Graph drifts from the promptRestate one clear goal and ask the builder to rebuild the skeleton
Publish is disabledResolve missing edges, host allowlist, and workflow pin errors
Sandbox browser steps look emptySome sandbox placeholders are expected; test Live after publishing

Was this page helpful?