Share a Workflow

Share a workflow to let people view, run, and fork the workflow.

  1. Go to your Workflow page and click on the Share Workflow button.
  2. Click on the button Copy Share Link.
  3. Send to someone or open in your browser. You will see that this will open a read-only version of your workflow that allows people to see what you built and run previews on it.

By default, a shared Workflow does not run under your API Keys and credentials. This means that it does not consume your usage limits and replaces any credentials like OpenAI API Key on your blocks as input parameters the user should provide. You can modify that behavior by changing the Workflow Sharing Configuration.

How Workflow sharing works with private credentials

By default, a shared Workflow does not run under your API Keys and credentials. This means that it does not consume your usage limits and replaces any credentials like OpenAI API Key on your blocks as input parameters the user should provide. You can change this behavior by changing sharing configurations:

Allow people to run a Workflow under your API Key

This is useful when you want to share a Workflow containing a private Model — since the default behavior is not to run under your API key, a Workflow containing a private Model will fail to execute — so you change that to allow a protected run: it will affect your usage limits, but your API Key and model data will always be private.

To do so, go to the Run access section and change it to allow anyone to run the Workflow.

This option is only available when a private Model is detected in the workflow steps.

Warning

Any previews run under the shareable link will affect your Workflow usage.

Note

Your private Models data and your API Key will always remain private.

Allow people to run a Workflow under your hidden credentials

This is useful when you want to share a workflow that has any step with credentials (LMM, OpenAI, Anthropic, etc.) and let people securely use your own credentials to make it easier for them to try your Workflow — your credentials will not be exposed and will be redacted on any client-facing data.

To do so, go to the Credentials section and change it to allow users to execute the Workflow with your hidden credentials.

This option is only available when a step that needs credentials is detected in the workflow.

Warning

Any previews run under the shareable link will affect your specific credential usage limits (e.g. OpenAI API Keys).

Note

Your credentials values will always be private and are redacted from any client-facing data.