Skip to main content

Documentation Index

Fetch the complete documentation index at: https://hypha-docs.plinqx.app/llms.txt

Use this file to discover all available pages before exploring further.

The Flow Designer provides a visual, no-code interface for building complex workflows. Drag and drop nodes, connect them, and configure each step.

Getting Started

1

Create New Flow

Click Create Flow from the Flows page.
2

Configure START Node

Define the input schema - what parameters the flow accepts.
3

Add Actions

Drag action nodes onto the canvas and configure them.
4

Connect Nodes

Connect nodes to define the execution flow.
5

Configure END Node

Define the output schema - what the flow returns.

Canvas Navigation

  • Pan: Click and drag the background
  • Zoom: Use mouse wheel or zoom controls
  • Select: Click nodes to select and configure
  • Delete: Select node and press Delete key

Node Types

See Flow Nodes for detailed information on each node type.

Testing Flows

Test flows before publishing:
  1. Click Test Flow
  2. Provide sample input
  3. Review execution results
  4. Debug any issues

Publishing

Once your flow is ready:
  1. Click Publish
  2. Configure MCP settings (if exposing as tool)
  3. Add to Collections
  4. Flow is now available

Next Steps

Flow Nodes

Learn about different node types

Flow Triggers

Set up webhook and schedule triggers