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 has a small object model. Most of what you’ll build, run, and bill for maps to four resources.

Agents

A program that visits the web and extracts structured data. Created via Agent Builder or the Editor.

Runs

A single execution of an Agent. Produces records, files, and diagnostics.

Spaces

A workspace containing agents, members, schedules, and credits.

Schedules

A recurring trigger that starts a Run on a cron-like cadence.

How they fit together

A Space owns one or more Agents. Each Agent can be triggered manually or by a Schedule, producing a Run. Runs emit records (the structured data you asked for) plus files (raw downloads, screenshots, diagnostics) which you fetch via the API or Control Center.
Space
└─ Agent
   ├─ Schedule (optional, recurring)
   └─ Run
      ├─ Records (your data)
      └─ Files (raw, screenshots, logs)

Where each one lives in the API

ConceptReference
AgentAgents API
RunRuns
SpaceSpaces API
ScheduleSchedules API