Agent Builder is currently single-shot. Put the full request in your first prompt: URL, fields, pagination, authentication needs, output shape, and anything to skip.
Before you start
Generate an API key from your Sequentum dashboard, then choose the prompt you want to send.Start Agent Builder
Send your prompt to Agent Builder. Replace the URL and fields with your target; the response returns asessionId.
Wait for the agent to build
Poll the session untilstatus is completed. The completed response includes the saved Agent id.
Start a Run
Start the saved Agent asynchronously. The response returns a Run id you can poll.Wait for the Run
Poll run status until the Run is finished.Completed and Success mean the Run finished successfully.
List output files
After the Run finishes, list its output files and choose a file to download.Download an output file
Download endpoints redirect to the file content. Follow redirects when saving the file.What success looks like
When the build finishes, Agent Builder gives you a saved Agent. A good first build has:- A clear Agent name and description.
- Fields that match your prompt.
- A test run with records shaped like the entity you asked for.
Write a good prompt
Lead with the URL
Lead with the URL
Start with the exact page or site section: “Extract product data from
https://....”Mention pagination explicitly
Mention pagination explicitly
Say “follow all paginated pages” or “first 50 pages only” — Agent Builder will scope the run.
Specify the output shape
Specify the output shape
Agent Builder can infer a schema, but naming fields gives you more predictable output. Ask for “one row per product” or “one row per invoice” when the page contains repeated records.
What’s next
Agent Builder sessions
Understand session status, stopping a build, and the handoff to the saved Agent.
Schedule recurring runs
Run the saved Agent automatically on a cadence you define.