Skip to main content
Agents are built using a visual instruction editor. The editor presents a canvas where you compose a sequence of instructions that the agent follows step by step.

Instruction Types


Element Selection

When an instruction targets a page element, the agent identifies it using one of these methods:

How Agents Are Triggered


Testing

The test interface allows you to run the agent with:
  • Streaming mode — Watch the execution output in real-time
  • Debug mode — Verbose logging for troubleshooting
  • Input variable values — Provide text or file values for each input
  • Loop data — For agents with loop instructions, provide the data array

Execution History

Every agent execution creates a record that tracks:
  • Execution status and timing
  • Input data provided
  • Output data captured
  • Detailed execution logs