---
title: "Save and share workflows"
description: "Choose browser storage, readable recipes, compact recipes, or deep links."
---

> Documentation Index
> Fetch the complete documentation index at: https://help.serialize.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Save and share workflows

## 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

1. Remove or replace private input.
2. Confirm all operation arguments.
3. Run the recipe with a harmless representative sample.
4. Open the shared link in a private window and verify the result.

Source: https://help.serialize.dev/workflows/saving-and-sharing/index.mdx
