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 agentrun from the CLI quickstart, so browser, auth, and model setup are already working.
Run the task
Expected result
Return JSON
--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
- Use structured output when a product workflow consumes the result.
- Use policies and approvals for domain boundaries and high-impact actions.
- Use observe and debug when a run needs evidence.