The Editor is Sequentum’s hand-authoring environment for Agents. It’s the escape hatch — most users start with Agent Builder and only reach for the Editor when they hit something Agent Builder can’t yet generate. Reach for the Editor when: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.
- You need a custom script step (C# / JavaScript) inside the agent.
- The site has navigation Agent Builder can’t reliably plan — multi-step auth flows, captchas needing human handoff, conditional logic across pages.
- You’re migrating an Agent from Sequentum Enterprise — those convert directly into Editor agents.
- You’re using a niche command that Agent Builder doesn’t surface yet.
The command tree
An Agent in the Editor is a tree of commands. Each command does one thing — open a URL, click an element, paginate, extract a field. Children execute in order; repeaters loop their children.Migrating from Sequentum Enterprise
Most Enterprise agents convert directly. Export the agent text from Enterprise, then import it via Control Center orPOST it through the API.
A consolidated “Migrating from Sequentum Enterprise” guide is coming. In the meantime, see Upgrading to Sequentum Cloud and Converting Enterprise Agents on the legacy site.