Overview

EdgeTasker is a Guided Workflows-as-a-Service (GWaaS) platform: a horizontal, domain-agnostic bridge between your app's data and the live DOM of any third-party website. It guides a human through a multi-step task — filling fields and positioning the page — while leaving every trust-bearing click to the person.

The three pieces

  • Runtime API — serves an Interactive Guide Protocol for each session and ingests telemetry.
  • Client SDK — a dependency-free script that adds a clean guided sidebar and drives the steps.
  • Dashboard — author workflows, issue API keys, and watch live analytics.

Core concepts

ConceptWhat it is
workflowA named task bound to a target domain (e.g. tesco.com).
stepAn ordered action: input, navigate, or verify.
input_dataRuntime key/values interpolated into step templates via {{token}}.
executionOne guided session, recorded for billing and analytics.

Next steps

Start with the Quickstart, then dig into the API reference and the Client SDK.