lauf.halowerk.com publishes 3 machine-payable endpoints over the x402 protocol, priced from $0.01 to $0.012 per call. Each was probed directly; the response code below is what it returned.
| Endpoint | Method | Price | Probe |
|---|---|---|---|
| /v1/browser-task | GET | $0.012 | 402 |
| /v1/ephemeral-browser | GET | $0.01 | 402 |
| /v1/form-dryrun | GET | $0.01 | 402 |
Loads one https page in a real headless browser and performs up to eight steps on it: click, fill, select, check, uncheck, wait, wait_for_selector. Returns a per-step log saying what was attempted and…
Creates a fresh browser context for one HTTPS page, obeys robots.txt, refuses login walls, CAPTCHAs and paywalls, renders JavaScript, returns a sanitized DOM and/or base64 PNG, and destroys the contex…
Loads a public https page, finds the requested form, fills your values into it in a real headless browser and reports what a submission would run into — without submitting. Each field is checked again…