Skip to main content

Prerequisites

  • Webcompute CLI installed and available as web.
  • A saved Webcompute API key from web login <key>.
  • A model profile from web model setup, or one-off model flags from model setup.
  • A successful first web agent run from the CLI quickstart, so browser, auth, and model setup are already working.
After the quickstart, run a workflow that resembles a real automation: search a public site, open detail pages, and return specific fields.

Run the task

The task includes the site, the search phrase, the result count, the fields to return, and the safety boundary.

Expected result

Live public sites change. Treat the output as current browsing evidence, not as a static fixture.

Return JSON

Use --schema ./opportunities.schema.json when your downstream code needs validated fields.

If the site blocks progress

The agent should return the blocker state and the evidence it can see. Do not ask it to solve a CAPTCHA, submit forms, or invent data. To inspect a run, repeat the task with --debug-url and open the signed Debug UI URL only in a trusted context.

Build from here