The AI builder
Describe a workflow in plain English; the builder creates the agents it needs, wires the graph, and self-verifies.
The Builder panel turns a plain-English description into a complete, runnable workflow. It's not a one-shot prompt — it runs a pipeline:
- Inventory — reads your workspace's agents, actions (with input schemas), and active plugins.
- Plan & provision — decides which agents to reuse vs. create, and provisions the new ones with the right tools and prompts.
- Synthesize — wires the graph with correct interpolation paths and the right node types.
- Verify & repair — statically checks shape, cycles, agent/action resolution, and interpolation roots; repairs up to two rounds.
- Readiness — returns a checklist of what you still need to configure (activate a plugin, set an API key).
It can create the agents a workflow needs — not just reference existing ones. After a build you'll see "Created agents" plus the readiness checklist.
Settings
Under Settings → Workflow Builder you choose the model the builder reasons with, an optional system-prompt override, and house rules appended to the built-in architect prompt.
Endpoint
bash
POST /bb-workflows/api/workflows/ai-build
{ "prompt": "...", "workspace_id": 1 }