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.

Sequentum is the platform for building web data agents — programs that browse the web on your behalf, extract structured data, and deliver it where you need it. The path through Sequentum Cloud is short:
  1. Build with Agent Builder — describe what you want in plain language and an agent is built for you.
  2. Run via the Sequentum Cloud API — trigger runs, schedule them, fetch records.
  3. Drop into the Editor when Agent Builder can’t reach a corner case — custom scripts, complex navigation, niche extraction logic.

Quickstart

Build your first agent and pull data in under five minutes.

Agent Builder

Create extraction agents through a guided AI conversation.

API reference

Run agents, fetch results, and manage your account programmatically.

MCP

Wire Sequentum into LLM-driven data pipelines and analyst workflows.

Where to start

1

Read the core concepts

Understand the objects you’ll work with every day: Agents, Runs, and Spaces.
2

Build an agent in Agent Builder

Use Agent Builder to create an agent through conversation. This is the default authoring path.
3

Run it from your code

Hit POST /api/v1/agent/{agentId}/start — set isRunSynchronously: true for the shortest path to records, or omit it for the production-grade async pattern.
4

Drop into the Editor when you need to

For custom scripts, complex navigation, or commands Agent Builder doesn’t yet generate, use the Editor. The Editor reference is being expanded — see the legacy Sequentum Cloud Manual for full command details until then.
Migrating from Sequentum Enterprise? A consolidated migration guide is coming. In the meantime, see the legacy Upgrading to Sequentum Cloud and Converting Enterprise Agents pages.