Browser storage
Save a named workflow for fast reuse on the same browser profile. Browser privacy settings can block local storage; copy the recipe text when portability matters.
Readable and compact formats
Readable JSON is best for review and version control. Compact JSON is better for transport. Both preserve canonical operation names and argument order.
Deep links
A deep link can include the workflow alone or the workflow plus input. Recipe-only links are safer defaults. Input-bearing links are convenient for public demos but unsuitable for secrets, tokens, private logs, or customer data.
Sharing checklist
- Remove or replace private input.
- Confirm all operation arguments.
- Run the recipe with a harmless representative sample.
- Open the shared link in a private window and verify the result.