Documentation Index
Fetch the complete documentation index at: https://docs.maadify.com/llms.txt
Use this file to discover all available pages before exploring further.
Flow view
Use Flow view as your primary workspace. Most users build, route, and review workflows directly in the flow.
Node types and meanings
The flow builder visualizes your workflow as nodes:- Agent nodes: sub-agents and their prompts.
- Tool nodes: execute-tool actions and their inputs.
- Trigger nodes: schedules and webhook entry points.
- Approval nodes: manual approvals that pause execution.
- Error nodes: explicit error states for routing and notifications.
- Agent
- Tool
- Trigger
- Approval
- Error
- Edge conditions

Edge meaning and routing
Edges represent routing decisions made by rules. When a rule matches on a node, the edge to the selected action becomes the next step.Inspect and edit a node
Edit configuration
Update the sub-agent prompt, tool inputs, or trigger settings from the panel.
- Agent details
- Prompt template
- Tool execution
- Trigger

Manage tenant configurations
Use the View Tenant Configurations button in the flow view to manage how the parent agent is shared across relationships.Edit existing configurations
In Existing Configurations, select Edit Config to open the same configuration dialog you use in Companies.You can update visibility switches, review tool status, and save configuration changes.
Add the agent to new relationships
In Add to Relationships, select Add Agent Name - Action to attach the parent agent to that relationship.
You only see relationships you own and have permission to update.
The tenant configuration dialog uses the same permissions and validation rules as the main Manage Companies table.
- Existing Configurations
- Add to Relationships

Edit rules from edges
Edges represent rule outcomes. Clicking a connection opens the rule that created that path so you can edit the condition or action without hunting through the rule list.- Add condition
- Action detail
- Approval action

Drag edges to re-route
You can rewire a workflow directly in the flow view. When you connect an edge between two nodes, the rule behind that edge is generated for you:- The source node becomes the rule’s condition. The rule evaluates after that node finishes, so its output is what triggers the next step.
- The target node becomes the rule’s action. Execution flows to that node when the condition matches.
Grab the edge handle
Drag the edge end from the current node. The node you start from is captured as the rule’s condition source.
Drop on a new node
Release on the target node to update the routing path. The target node is automatically set as the rule’s action, so the new edge represents “when the source node completes, run the target node.”













