This walkthrough uses Control Center. For the API version, see Quickstart.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.
Describe what you want
Type a prompt like:
Pull product name, price, image URL, and SKU from https://example-store.com/products/. Skip out-of-stock items.
The more concrete the prompt, the fewer follow-ups you’ll need.Watch the plan
Agent Builder reports each phase as it works. You’ll see a live preview of the pages it visits and the records it pulls.
Open the agent
When the build completes, click Open Agent. You land on the agent details screen — the same screen any agent in your Space uses.
Run it
From agent details, run the agent manually, attach a Schedule, or hit
POST /agent/{agentId}/start from your code.Tips for better prompts
At launch, Agent Builder works best as a single-shot experience: describe what you want comprehensively in your first prompt and the agent is built and ready to run. Iterative refinement (follow-ups inside the same session) is on the roadmap. Until then, treat the first prompt as your one shot — be specific.
Lead with the URL and the fields
Lead with the URL and the fields
“Extract X, Y, Z from
https://...” outperforms “scrape this site for me.”Mention pagination explicitly
Mention pagination explicitly
Say “follow all paginated pages” or “first 50 pages only” — Agent Builder will scope the run.
Call out auth up front
Call out auth up front
If the site needs a login, mention it. Agent Builder will collect the credentials before it starts navigating.
Specify the output shape
Specify the output shape
“One row per product with columns X, Y, Z” beats “give me the data.” Naming the schema in plain language guides the extractor.
Say what to skip
Say what to skip
“Skip out-of-stock items.” “Ignore the related-products section.” Negative scoping prevents noise.