Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.sequentum.com/llms.txt

Use this file to discover all available pages before exploring further.

Commands are the building blocks of an Agent. They run top-down, and certain commands (repeaters, lists) loop their children.
The detailed pages below are being migrated from the existing Confluence reference. They are accurate for Sequentum Cloud and largely unchanged from Sequentum Enterprise.
CommandPurpose
URLLoad a starting URL or follow a link.
ActionClick, type, hover, scroll on a single element.
Action RepeaterRepeat an Action until a condition is met (e.g., “click load more until gone”).
Page ActionOperate on the page itself — scroll to bottom, wait for selector, switch tabs.
Link RepeaterIterate over a set of links and run children for each.
PaginationWalk paginated results.

Extraction

CommandPurpose
Data ListDefine a list of records to extract.
Page AreaScope extraction to a region of the page.
GroupLogical grouping for organization (no runtime behavior).
ScriptDrop into JavaScript or C# for arbitrary logic.

Control flow

CommandPurpose
FailMark the run as failed (with a custom message) when a condition holds.

Output

CommandPurpose
ExportSend extracted records to Snowflake, S3, or another configured destination.
For each command, the existing Confluence pages cover the option set in detail; we’re porting them in full. See the migration plan for status.