Autonomous Workflows
Walk each workflow, arm the sandbox, and test it in-session before you trust it.
Introduced at Warp 2. A workflow is only autonomous once you've watched it run end-to-end in the sandbox with the tools it needs. Each one you verify is one more thing the agent can do without you in the loop.
Walk each workflow
Go through every autonomous workflow one at a time and confirm the website/sandbox environment actually has the tools it depends on — for example Playwright plus browser automation for anything that drives a UI. Then test each workflow in-session. Don't assume it works because it should.
Arm the sandbox
Configure the sandbox credentials and software each workflow needs. The sandbox is where the agent does its work, so the gap between “should work” and “does work” usually comes down to a missing tool or credential here.
The principle
Verification is the unit of progress. A workflow you've watched succeed in the sandbox is a capability you've genuinely unlocked; one you've only configured on paper is a future incident. Walk it, arm it, run it — then move to the next.