Skip to main content
The Figranium plugin for Dify brings Figranium browser automation into Dify workflows and applications. Connect your Figranium instance, choose a task, and pass structured runtime variables from Dify into each run.

Install the plugin

1

Install Figranium

In Dify, open the Marketplace and install the Figranium plugin.
2

Configure credentials

Add your Figranium Base URL and API key when configuring the plugin. Copy the API key from Figranium Settings. Your Base URL is the address you use to reach your Figranium instance.Use the base URL without a trailing slash. If you need an API key, see Get Your Figranium API Key.
3

Add a Figranium tool

Add the Figranium tool to your Dify workflow or application.
4

Choose a task

Select the Figranium task to execute from the available tasks.
5

Map variables

Provide runtime variables as key-value data when the task needs dynamic inputs. Values can come from user input or previous Dify nodes.

Runtime variables

Figranium task variables make one automation reusable across many Dify runs. For example, a Dify workflow can supply a URL, search term, customer ID, or other value without changing the underlying Figranium task. See Variables & Templating for the Figranium variable syntax and behavior.

Authentication

The plugin connects to the Figranium instance you configure. Treat the API key as a secret and rotate it if it becomes exposed. See API Key for key management.