The Prompt Builder is currently in Beta. It generates Agent Composer
workflows from natural language descriptions.
Overview
The Prompt Builder lets you describe what you want your agent to do in plain language, and it generates the workflow configuration automatically. Instead of building nodes manually or writing YAML, you describe your use case and the system creates the workflow for you.How It Works
- Describe your agent — Write what the agent should do, what data sources it needs, and what output format you want
- Generate workflow — The system creates an Agent Composer workflow based on your description
- Review and customize — Fine-tune the generated workflow in the Visual Builder
- Deploy — Save and start using your agent
Create an Agent with Prompt Builder
1. Start a New Agent
- Go to Agents in the left sidebar
- Click + New Agent
- Select Prompt under Configuration
2. Describe Your Agent
Write a detailed description of what your agent should do. Include:- Your role — Who will use this agent
- The task — What the agent needs to accomplish
- Data sources — What systems or documents it should search
- Output format — How results should be structured
3. Generate and Customize
- Click Create & Customize — the system generates a workflow
- Review the workflow in the Visual Builder
- Link your datastore with relevant documentation
- Adjust nodes or connections as needed
- Click Save & Continue → Create
Export and Import YAML
The workflow is stored as YAML. You can export it to save, share, or version control your configuration. To Export:- In the Visual Builder, click the hamburger menu (☰) next to “Agent Composer”
- Click Export
- Copy or download the YAML
- Create a new agent and open the Visual Builder
- Click the hamburger menu (☰)
- Click Import
- Paste your YAML — the workflow appears visually
Related
- Agent Composer Quickstart — Overview of Agent Composer capabilities
- Agent Composer GUI Guide — Build workflows visually without prompts
- Agent Composer YAML Guide — Write workflow configurations directly