Create agents with Auto mode
Beta: This feature is currently in beta and may have limited availability. Functionality is subject to change based on ongoing improvements and feedback.
Auto mode lets you build agents that plan and execute multi-step work from natural language instructions. You describe the goal. You specify which tools and data sources the agent may use. Glean then determines the steps needed to complete the task. This allows you to build flexible agents without configuring every step or maintaining branching diagrams.
Auto mode is ideal for non-technical builders and for work where the correct sequence may change based on the information the agent discovers.
Auto mode compared to Workflow mode
You can build agents in two ways.
Auto mode
You begin by describing the agent's purpose in natural language. Glean reasons, plans and executes the steps and actions automatically. Auto mode is best when flexibility is important or when you prefer not to build structured flows.
Workflow mode
You define each step in the visual Agent Builder. Workflow mode is best when you require deterministic logic, complex branching or strict control of execution.
Requirements and Access
Auto mode is a beta feature. Your Glean environment must be on the latest Agentic Engine and must have Agents enabled. Contact your account team to activate this capability.
Create an Auto mode agent
- Open the agent library
- Select Agents
- Select Create agent
- Choose Auto mode
- Select either Assist Me or Setup

You can switch between the two at any time. Both paths produce the same type of agent.
Build with Assist Me
Assist Me provides a conversational interface. When you use this mode we recommend that you describe:
- Goal and role
- Scope and data
- Allowed tools and actions
- Expected output format
- Example tasks
As you provide details, auto mode generates and updates the agent's instructions, knowledge sources and allowed actions. A preview panel lets you test your agent throughout the process.
Build with Setup
Setup provides a structured editor with three key sections:
- Instructions
- Knowledge
- Actions
This mode is useful when you want to edit configuration fields directly. You can switch back to Assist Me whenever you want to iterate conversationally.
Attach Knowledge
Connect the files, folders, collections or data sources the agent should rely on. Auto mode may propose knowledge sources, although you choose which ones to include.
Add conversation starters
Conversation starters appear when a user opens your agent. They give quick examples that help users understand what the agent can do and offer easy starting points for most valuable or common tasks that the agent can help with.
Select Allowed Actions
Choose only the actions required for the agent's responsibilities. Examples include web search, drafting documents or creating records in tools like Salesforce or Jira. Limiting actions improves reliability.
You may attach up to twenty actions.
Save and share
After configuring and testing your agent:
- Give it a clear name.
- Select Save to apply your changes and expose the latest version to your intended audience.
- Share it with your team.
- Review usage in Agent Insights.
Best practices
- Reference authoritative sources whenever possible
- Keep the action set focused
- Test in both Fast mode and Thinking mode if available and compare performance
- Validate the agent with multiple types of tasks before saving