AI Flow
Visual builder for AI workflows
Drag-and-drop canvas for orchestrating LLMs, tools, and human review. Versioned, observable, and deployable as an API in minutes.
GWEB · AI
Everything you need to ship AI Flow.
01
Visual DAG editor
Drag-and-drop canvas for orchestrating LLMs, tools, and human review. Versioned, observable, and deployable as an API in minutes.
02
Built-in evals & guardrails
Drag-and-drop canvas for orchestrating LLMs, tools, and human review. Versioned, observable, and deployable as an API in minutes.
03
One-click API deploy
Drag-and-drop canvas for orchestrating LLMs, tools, and human review. Versioned, observable, and deployable as an API in minutes.
04
Hybrid human-in-the-loop
Drag-and-drop canvas for orchestrating LLMs, tools, and human review. Versioned, observable, and deployable as an API in minutes.
Try AI Flow in your browser.
A real, working sample — no signup, no install. Click around and see what shipping with AI Flow feels like.
Built on GWEB · Works with
Drop-in integrations with the tools your team already runs.
“Our AI triage workflow that used to take a team of three to maintain now ships itself. We deploy 4× a day.”
Marco Lindgren
Head of Support Ops · Housing MCP
AI Flow impact
4× deploys / day
Live with AI Flow in a day.
Open the canvas
Drag a model, a tool, and a router.
Wire it up
Connect, eval, and version in one click.
Deploy as an API
Ship the workflow behind a public endpoint.
85k
Workflows shipped
11 min
Avg time to deploy
Start building with AI Flow.
Sandbox keys in 60 seconds. Move to production when you're ready.
import { GwebAI } from "@gweb/sdk";
const ai = new GwebAI({ apiKey: process.env.GWEB_KEY });
const reply = await ai.ai.flow.invoke({
input: "Hello, world",
stream: true,
});