456
Workflow

Automate a Portal That Has No API

Use a browser agent where integration is impossible — without daily breakage.

2 min readupdated 2026-08-01

/ quick answer

Script the deterministic path with Playwright and use the model only where the page is unpredictable. Use a browser agent where integration is impossible — without daily breakage.

Use a browser agent where integration is impossible — without daily breakage. The problem it solves: A critical supplier, bank or government portal has no API and no export, so someone does it by hand every week. Script the deterministic path with Playwright and use the model only where the page is unpredictable. It runs in 7 steps, starting with record the human path once and write down every decision point. This workflow node is part of the Onexial knowledge graph and links to related concepts, workflows and tools below.
Problem
A critical supplier, bank or government portal has no API and no export, so someone does it by hand every week.
Solution
Script the deterministic path with Playwright and use the model only where the page is unpredictable.
Steps
  1. 01Record the human path once and write down every decision point.
  2. 02Automate the stable steps deterministically (selectors, not vision) — cheaper and faster.
  3. 03Use the model only for ambiguity: unexpected modals, changed labels, CAPTCHAs to escalate.
  4. 04Store credentials in a secret manager; never in the prompt or the repo.
  5. 05Add verification: assert the expected end state (file downloaded, record created).
  6. 06Alert on failure with a screenshot so a human can finish the run in minutes.
  7. 07Re-run weekly on a schedule and track the success rate.
Tools Used
Prompts Used
Related Dictionary
/ frequently asked

What does the Automate a Portal That Has No API workflow do?

Script the deterministic path with Playwright and use the model only where the page is unpredictable.

What problem does Automate a Portal That Has No API solve?

A critical supplier, bank or government portal has no API and no export, so someone does it by hand every week.

How many steps does Automate a Portal That Has No API take?

7 steps. It starts with record the human path once and write down every decision point. and ends with re-run weekly on a schedule and track the success rate..

Which tools does Automate a Portal That Has No API need?

It uses browser-automation-stack — each linked below with its own node.