Skip to content

Platform Overview

Execution modes

Mimic supports two complementary execution modes:

  • RPA: deterministic browser steps generated from recordings and script edits.
  • OpenClaw: agentic execution with chat, search, and tool orchestration.

Both modes share identity, billing, telemetry, and organization scoping.

Core product surfaces

  • Studio: author and refine workflows.
  • Agents: provision and manage runtime workers.
  • Jobs: launch, monitor, and export executions.
  • Pilot: track enterprise validation, ROI, and release-readiness metrics.
  • Settings: billing, credentials, and tenant controls.

Multi-tenant boundaries

  • Every user belongs to an organization.
  • Every agent, workflow, and job is organization-scoped.
  • API handlers enforce ownership checks before reads or writes.

Data flow summary

  1. A workflow is authored in Studio.
  2. A job launch request is submitted.
  3. An agent executes steps and emits status callbacks.
  4. Job results and telemetry are stored for reporting and billing.
  5. Pilot dashboards aggregate outcomes into SLA and ROI views.

Reliability model

  • Deterministic step checks for RPA nodes
  • Retry-safe APIs and webhook consumers
  • Zod validation on API payloads
  • Structured status transitions for job lifecycle tracking

When to use each mode

  • Prefer rpa for strict, repetitive portal sequences.
  • Prefer openclaw when tasks require branching, reasoning, or long-form interaction.
  • Many teams run both: RPA for high-volume deterministic tasks and OpenClaw for exception handling.