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
| Concept | What it is |
|---|---|
workflow | A named task bound to a target domain (e.g. tesco.com). |
step | An ordered action: input, navigate, or verify. |
input_data | Runtime key/values interpolated into step templates via {{token}}. |
execution | One guided session, recorded for billing and analytics. |
Next steps
Start with the Quickstart, then dig into the API reference and the Client SDK.
EdgeTasker