← All integrations
DIFY MARKETPLACE PLUGIN · v0.1.0

Signed decision evidence for Dify workflows.

Record agent decisions, external actions, outcomes and human reviews in Dify. Verify your evidence trail without changing the agent runtime.

LoopGrid for Dify v0.1.0 · Tool plugin · Compatible with reachable LoopGrid deployments.

WHAT THE PLUGIN DOES
01Agent decides
02LoopGrid records decision
03Dify / external tool performs action
04LoopGrid records action + observed outcome
05LoopGrid verifies signed evidence

LoopGrid records and verifies evidence; it does not execute payments, refunds or other external business actions.

01 · INSTALL

Install the LoopGrid tool plugin.

  1. Open the LoopGrid listing in Dify Marketplace ↗.
  2. Install the plugin into your Dify workspace.
  3. Open the plugin provider configuration and connect your LoopGrid deployment.
Dify Cloud must be able to reach the configured LoopGrid Base URL. Use a secured HTTPS endpoint for an externally hosted Dify instance; 127.0.0.1 on your own computer is not reachable from Dify Cloud.
02 · CONNECT

One credential for the workflow.

Configure these three provider credentials:

LoopGrid Base URLHTTPS URL of your reachable LoopGrid service
Workspace IDYour LoopGrid workspace, for example default
LoopGrid API KeyWorkspace key with only the scopes your workflow needs

For access to all six tools, a key with ingest, read and review scopes is sufficient. Keep the key in Dify provider credentials, not in workflow text or screenshots.

03 · TOOLKIT

Six tools, one evidence lifecycle.

01Record Decision

Capture the decision envelope, agent identity, context and proposed action.

02Record Action

Append evidence of an action performed by a separate workflow tool or service.

03Record Outcome

Attach the observed downstream result to the same decision.

04Submit Review

Record a human approval or rejection for a reviewable decision.

05Get Decision

Retrieve the recorded evidence and lifecycle history.

06Verify Decision

Check the captured evidence integrity through the connected LoopGrid service.

04 · EXAMPLE WORKFLOW

Record what was proposed and what actually happened.

Use explicit LoopGrid tool nodes in a Dify Workflow or Chatflow. Do not depend on an LLM remembering to call the evidence tool.

Dify agent / model
  → LoopGrid: Record Decision
  → Policy or approval step, when required
  → External action tool (for example, your refund API)
  → LoopGrid: Record Action
  → Observe authoritative downstream result
  → LoopGrid: Record Outcome
  → LoopGrid: Get Decision
  → LoopGrid: Verify Decision

Pass the returned decision_id through the subsequent LoopGrid nodes. Use an external reference to correlate the external action and observed outcome. Submit Review is available for decisions that require human oversight.

05 · EVIDENCE BOUNDARIES

Integrity verification is not action execution.

The Verify Decision tool asks the connected LoopGrid service to check signed evidence. For separate offline verification of an exported evidence bundle, use LoopGrid's independent verifier or the developer quickstart.

Only send the evidence fields the workflow needs. Record an authoritative downstream response when claiming that an external action happened. Verification checks captured evidence integrity and provenance; it does not establish decision correctness, capture completeness or legal compliance.

Source, README and privacy details ↗ · Report an issue ↗

ONE EVIDENCE MODEL

Start with one consequential workflow.

Record the decision, correlate the external action and its observed outcome, then verify the captured evidence.