Sequentum has a small object model. Most of what you’ll build, run, and bill for maps to four resources.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.
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.Where each one lives in the API
| Concept | Reference |
|---|---|
| Agent | Agents API |
| Run | Runs |
| Space | Spaces API |
| Schedule | Schedules API |