Dify

Run and inspect a published Dify Workflow app through its Service API, including configuration and workflow run history.

4 actions Integration catalog
Request access
Connect Dify once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Get Workflow App ConfigurationDIFY_GET_WORKFLOW_APP_CONFIGURATION
Return the connected Workflow app's identity, declared input form and upload limits, tool icons, and hosted-site settings. If the app is unpublished, the response identifies the unavailable parameters section while preserving the other metadata.
Get Workflow RunDIFY_GET_WORKFLOW_RUN
Return one workflow run's status, inputs, arbitrary outputs, error, and execution metrics by run ID.
List Workflow RunsDIFY_LIST_WORKFLOW_RUNS
Return one page of run summaries for the connected Workflow app, with filters and a continuation cursor for older or additional runs.
Run WorkflowDIFY_RUN_WORKFLOW
Run the connected app's latest published workflow in blocking mode and return its app-defined outputs. Inspect the app configuration first: the configured workflow may perform irreversible external side effects.