Back

Jan 17, 2026

How to Integrate with Any Web Application

Source

This demo shows how you can turn any browser workflow into a callable API. You record yourself doing a task, and it reverse-engineers the underlying network requests into a repeatable, authenticated skill.

This works at the request layer rather than the DOM, so it doesn't break when UIs change like traditional browser automation (Playwright, Selenium).

For authenticated workflows, you sign in once and it captures all cookies, auth tokens, and session data into a persistent profile that's reused on every execution.

Useful for integrating with enterprise software that lacks public APIs - healthcare EMRs, legal platforms, ERPs, etc.