Understanding Automation Modes
For a tool node, open Settings in the node sidebar and use Consent required. When enabled, Beam states that the task pauses at that step and waits for user approval before proceeding.Human-in-the-Loop (HITL)
Inbox Overview
Inbox is Beam’s workspace notification view. Select a task notification to open its task details and respond to the requested action.
- Task status: shows why the task needs attention, such as Consent required.
- Task activity: shows the task creation event and the Flow’s execution steps.
- Requested action: expands the paused step so you can review it and make the required decision.
Consent Required
Agent needs approval before executing sensitive action
Input Required
Agent missing variable or data needed to continue workflow
Failed Execution
Workflow stopped due to error requiring human intervention
Consent Approvals
Agents pause before executing actions requiring explicit human permission.
- Open the agent’s Flow.
- Select the tool node that needs approval.
- Open Settings in the node sidebar.
- Enable Consent required.
When to Use Consent Checkpoints
When to Use Consent Checkpoints
Recommended for:
- Sending emails or messages to external parties
- Updating critical database records
- Financial transactions or payments
- Deleting data or making irreversible changes
- Publishing content to public channels
- Compliance-sensitive operations
Consent Best Practices
Consent Best Practices
Clear Context:
- Show what agent has done so far
- Display exact action requiring approval
- Provide reasoning for proposed action
- Make approval/rejection consequences clear
- Allow feedback to improve future decisions
- Log all consent decisions for audit trail
- Set SLA for consent review (e.g., 2 hours)
- Configure escalation if no response
- Send notifications to relevant team members
Input Requests
Agents pause when missing required data or variables to complete workflow.
- A node needs a value to continue.
- The task shows an Input required status.
- The task’s execution panel shows the question, a text field, and Continue.
- Question: The value requested by the node
- Input field: A field for the value
- Continue: The control for continuing the task after providing the value
When Agents Request Input
When Agents Request Input
Common Scenarios:
- Variable not available in trigger data or memory
- Conditional logic requires human judgment
- External system unavailable, manual lookup needed
- Ambiguous data requiring clarification
- Custom business rules not encoded in workflow
Input Handling Best Practices
Input Handling Best Practices
Minimize Input Requests:
- Automate data fetching where possible
- Use integrations to pull missing data
- Configure memory files with reference data
- Set default values for optional fields
- Explain why input is needed
- Show what agent has done so far
- Indicate how response will be used
- Provide examples of valid inputs
- Define expected data type and format
- Validate input before resuming workflow
- Provide error messages for invalid data
Managing Inbox Tasks
Task Details View
Select an Inbox notification or open a task from Tasks to see its execution context and take action.
Workflow Continuation
When a node has Consent required enabled, the task detail page shows a Consent required status and the Flow nodes completed before the pause. Use the task’s decision controls to accept or reject the proposed action.
Bulk Task Management
Bulk Task Management
Handle multiple inbox items efficiently:Filtering:
- Filter by task type (Consent, Input, Failed)
- Filter by agent
- Filter by age or priority
- Approve multiple similar consent requests
- Mark multiple failures for batch re-run
- Delegate tasks to team members
- Sort by creation date (oldest first)
- Sort by agent criticality
- Custom priority tags
Notifications & Alerts
Notifications & Alerts
Stay informed of tasks requiring attention:Email Notifications:
- New consent request created
- Input needed for critical workflow
- Failed execution requiring review
- Post to dedicated channel for urgent items
- @mention specific team members
- Include direct link to inbox task
- Inbox count indicator in navigation
- Real-time updates as tasks arrive
- Desktop notifications for high-priority items
Failed Task Recovery
Failed Task Recovery
Handle execution failures in inbox:Review Failure:
- See which step failed and why
- Check error messages from tools/integrations
- Examine input data that caused failure
- Re-run: Retry from beginning with same inputs
- Modify & Re-run: Edit trigger data before retry
- Fix Workflow: Update agent flow to prevent future failures
- Mark Resolved: Document failure and close task
- Add error handling nodes
- Improve validation criteria
- Enhance tool configurations
- Update prompts for edge cases
Configuring Automation Modes
Configure consent at a tool node
Add human checkpoints to your workflow for controlled execution. Consent configuration:1
Select the tool node
In Flow, select the tool node for the action that requires approval.
2
Enable Consent required
Open Settings and enable Consent required. Beam pauses the task at that step and waits for user approval before proceeding.
Automation Strategy
Choose the right balance of autonomy vs oversight for each workflow. Fully Autonomous:- Use When: High confidence in agent accuracy, low-risk actions, well-tested workflows
- Examples: Data extraction, classification, reporting, simple notifications
- Benefits: Maximum efficiency, 24/7 operation, instant processing
- Risks: Errors propagate without review, missed edge cases
- Use When: Sensitive actions, compliance requirements, learning phase, complex decisions
- Examples: Customer communications, financial transactions, legal documents, hiring decisions
- Benefits: Quality control, compliance adherence, human judgment
- Tradeoffs: Slower processing, requires human availability, potential bottlenecks
- Use When: Most production scenarios balancing efficiency and control
- Examples: Agent extracts/analyzes autonomously, human approves final action
- Benefits: 80% automation with 20% oversight on critical steps
- Configuration: Enable consent on the specific tool nodes that require approval, and review input-required exceptions in task detail.
Gradual Automation
Gradual Automation
Start with oversight, remove as confidence grows:Phase 1: Full HITL (Weeks 1-2)
- Consent required for all actions
- Review every agent decision
- Identify patterns in approvals/rejections
- Remove consent for consistently approved actions
- Keep oversight on edge cases
- Monitor evaluation scores
- Fully autonomous for standard cases
- HITL only for low-confidence predictions
- Periodic spot-checks for quality
- Approval rate by action type
- Time to resolve inbox items
- Error rate in autonomous vs HITL modes
Team Collaboration
Team Collaboration
Distribute inbox management across team:Role-Based Routing:
- Finance team handles payment approvals
- Customer success reviews client communications
- Legal approves compliance-sensitive actions
- Auto-assign based on agent or task type
- Round-robin distribution
- Skill-based routing
- First approver reviews, second approver finalizes
- Escalation path for complex decisions
- Delegation when team member unavailable
Best Practices
Design for Transparency
Design for Transparency
Make agent reasoning clear for human reviewers:Show Work:
- Display data extraction results
- Explain classification logic
- Highlight confidence scores
- Surface validation checks performed
- Link to source documents
- Show related historical tasks
- Display relevant memory/knowledge base references
Optimize Response Times
Optimize Response Times
Reduce inbox bottlenecks:SLA Targets:
- Set response time goals (e.g., 2 hours for consent)
- Monitor actual vs target
- Alert when approaching deadline
- Pre-fill forms with best guesses
- Provide one-click approvals for simple cases
- Batch similar requests for efficient review
- Auto-approve after timeout for low-risk items
- Escalate to manager for high-stakes decisions
- Queue for next business hours if after-hours
Learn from Patterns
Learn from Patterns
Use inbox data to improve automation:Approval Analytics:
- Track approval/rejection rates by task type
- Identify consistently approved categories
- Find patterns in rejections
- High approval rate (95%+) → Remove consent requirement
- Repeated input requests → Add data source integration
- Common failures → Improve error handling
- Review inbox monthly for optimization
- Gradually increase autonomy for proven patterns
- Add checkpoints when quality degrades
Audit & Compliance
Audit & Compliance
Maintain records for regulated workflows:Decision Logging:
- Record all consent approvals/rejections
- Capture human input provided
- Store failure resolution actions
- Who made decision and when
- Reasoning/feedback provided
- Original vs modified data
- Outcome of continued workflow
- Archive completed inbox tasks
- Export for compliance reporting
- Link to final workflow execution records
Next Steps
Task Executions
Monitor full workflow execution including HITL pause points
Evaluation Framework
Set confidence thresholds triggering HITL requests
Creating Flows
Add consent and input nodes to workflows
Triggers & Webhooks
Configure triggers feeding HITL workflows