Skip to main content
Workflow settings apply to every node in the workflow, and to all of its executions. You’ll find them as chips along the bottom of the Builder.
Workflow settings vs. Agent Profiles
  • Workflow settings (this page): the environment, the execution timeout, and global rules. They belong to the workflow itself.
  • Agent Profiles: browser environment settings like proxies, cookies, cache persistence, and credentials. Profiles are reusable across workflows. See Agent Profiles.

Workflow-level configuration

Environment

Whether the workflow runs in a browser or on a full desktop

Settings

The timeout that bounds every run

Global Rules

Instructions that apply across Agent nodes
Choose Browser for a Chromium web browser, or Linux or Windows for a full desktop. The environment decides which capabilities each Agent node can use — see Capabilities and Environments.
Timeout (minutes) 1-120Maximum time an execution may run before it stops. An execution that exceeds this limit is canceled with the reason timeout — see Execution Statuses.
Instructions that apply across the whole workflow rather than to a single node. Every Agent node receives these rules alongside its own instructions, which makes them the right place for guidance that should hold everywhere — tone and formatting conventions, sites or actions to avoid, or how to handle a blocker that can appear at any point in the run.Rules support the same {{.variable}} templating as node instructions, so you can reference your workflow’s inputs.

Profile-Level Settings

The following settings are configured in Agent Profiles, not in workflow settings. Profiles allow you to reuse browser environment configurations across multiple agents.
Proxy settings (country, type, persistent IP) are configured in Agent Profiles.
Configure proxy settings when creating or editing an agent profile. This allows you to reuse the same proxy configuration across multiple agents.
Credentials, cookies, and 2FA secrets are managed in Agent Profiles.
Store authentication credentials securely in agent profiles. These can be reused across multiple agents that need the same authentication.

Agent Management

Agent Identity

Manage agent name and organizational settings

Data Management

Clear workflow-level cache and stored data
Change Agent NameUpdate the display name for this agentOrganizationSet or change the organization that owns this agent. Anyone with access to this organization will be able to see and use this agent.
Clear Browser CacheClear the browser cache for this agent. This removes:
  • All cached data and files
  • Stored cookies and sessions
  • Browser state and preferences
This clears workflow-level cache. For profile-level cache persistence settings, see Agent Profiles.
Delete AgentPermanently remove this agent, including:
  • All previous versions
  • All execution history
  • All associated data
This action cannot be undone. Consider exporting important data before deletion.