- Lower latency — no network round trip between your code and the page.
- Better reliability — far fewer unexpected disconnects mid-run.
- Higher throughput — no bandwidth bottleneck on data-heavy operations like screenshots.
Apps, actions, and invocations
An invocation ends when its code finishes. Terminating an invocation also destroys any browsers it created.
When to reach for it
Use the App Platform when the automation is long-running, stateful, event-triggered, or a computer-use loop. For a single scripted interaction with a page, playwright execution is simpler — send code, get the result, no deployment.Build, deploy, and operate
Write an app, deploy it, invoke it, and monitor what it’s doing.