Skip to main content
Agent Builder turns a natural language prompt into a working extraction Agent. Describe the site, fields, and record shape you want; Agent Builder plans the browse path, extracts sample data, validates the result, and saves a runnable Agent in your Space. Use it when you know the data you want but do not want to hand-author commands. Reach for the Editor when you need custom scripts, unusual navigation, or migration-level control.
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.

How it works

1

Describe the target

Provide the URL, the fields to collect, and the shape of one record.
2

Builder creates the Agent

Agent Builder plans the navigation, browses the site, extracts records, and validates the output.
3

Run it anywhere

Open the saved Agent in Control Center, attach a Schedule, or start Runs from the API.

Start building

Get started with Agent Builder

Build your first Agent from Control Center with example prompts and expected output.

Use the Agent Builder API

Start a Builder session from code, then poll status until it returns the new Agent id.

Sessions

Understand Builder session status, stopping a build, and the handoff to the saved Agent.

Run lifecycle

See what happens after the Agent starts a Run and produces outputs.