Agent
Deterministic rerun
Have the agent save and test a reusable script, then run it again from the same workspace.
For repeated workflows, create a dedicated workspace and ask the agent to turn its successful process into a script. The important part is explicit: tell it to reproduce what it just did, test the script, and save instructions for the next run.
You can create the workspace in the dashboard or through the API:
Later, start a new run in the same workspace and tell the agent to use the saved script:
This pattern gives the agent a fast, inspectable path and lets it repair the script when the website changes. Keep one workspace per workflow so scripts, fixtures, outputs, and instructions stay together.