AI Builder
AI Builder lets you get natural-language structure and configuration suggestions in the context of a project board.
Flow
- Open the AI Builder panel in a project.
- Start a session:
POST /projects/:id/builder/session - Send your instruction:
POST /projects/:id/builder/message - Review returned suggestions; apply or reject them.
Skills
GET /projects/:id/builder/skills lists supported operations.
Best practices
- Be specific: e.g. “Create a line that answers customer returns from the FAQ.”
- Iterate: Add a router first, then sub-agents or tools.
- Validate generated configuration with test mode.