Skip to main content

Canvas

The Canvas is InaiBridge's visual workflow builder. You compose a workflow as a graph: place nodes, connect them, configure each one, and run it. Data flows from node to node along the connections.

The idea

A workflow is a sequence of steps. In the Canvas, each step is a node:

[ Trigger ] → [ Ingest Source ] → [ InaiAgent ] → [ Output ]
  • A trigger starts the workflow.
  • A tool node does work — pulls in a source, retrieves data, or calls a service.
  • An agent node reasons over data.
  • An output node delivers the result.

What's in this section