Skip to main content

Overview

With in-line execution enabled, eligible write actions in interactive agents can execute automatically without showing a confirmation step. This removes extra clicks and shortens the time to complete tasks, especially in workflows where confirmation is not necessary. In-line execution respects the safety rules and action constraints of your organization:
  • Admins determine which actions are allowed to run without confirmation.
  • Agent creators must explicitly opt in at the step level.
  • Standard permissions, authentication, and audit logs continue to apply.
  • If an action or step is not eligible, the agent either prompts for confirmation (if allowed) or surfaces an error.
After you enable in-line execution of actions:
  • No confirmation step: In eligible flows, the agent runs the write action without asking the user to click Confirm.
  • Single, streamlined flow: The agent proceeds to the next step or returns results as part of the same conversation.
  • Normal responses on completion: The agent summarizes the change or next steps like any other action result. Errors are surfaced with guidance to fix inputs or permissions.
When actions are enabled to run without user confirmation, Glean automatically executes the action based on AI-predicted values and might update the system of record. We recommend that agent builders thoroughly test action outputs and guardrails in a controlled environment before broad rollout. For configuration steps and more information, see Allowing in-line execution of write actions.
I