Skip to main content
Author a minimal workflow, run it, and inspect the result.

Agent prompt

Manual

1

Create a workflow file

Create src/workflows/scrape-page.ts:
src/workflows/scrape-page.ts
2

Run it locally

3

Inspect page state when needed

When a step fails or behaves unexpectedly, open a named debug session first:
Then inspect and prototype with the same session:
When the prototype works, move the logic back into the workflow file and run again.

Next: Deploying

Choose where to run workflows in production: Libretto Cloud Hosting or an alternative provider.