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

    Share Workflow button on Workflow Editor.
  2. Click on the button Copy Share Link

    Share Workflow configuration modal.
  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.

    Shareable Workflow URL.

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.

Here's an example of a shareable Workflow that takes a picture as an input and determines the winner of a Rock, Paper & Scissors game. Give it a try!

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.

Run Access dropdown options.
Run Access option to allow private models being executed in shareable links.

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

This configuration side effects are:

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 won't 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.

Credentials configuration dropdwn options.
Credentials option to allow people running a Workflow under your pre-configured credentials.

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

This configuration side effects are:

Here's an example of a Workflow that runs under a hidden OpenAI API Key to run a License Plate detection + OCR. Give it a try!

Last updated

Was this helpful?