| Capability | Example | What it teaches |
|---|---|---|
| Prompt design | Prompt gallery | Exact URLs, fields, result counts, safety boundaries, and inspection guidance |
| Structured public research | SEC EDGAR filing research | Scoped browsing, public source evidence, filing fields |
| Long-running discovery | Grants.gov opportunities | Result counts, fit summaries, public portal navigation |
| Blocker-aware research | NHTSA recall lookup | Safety boundaries and avoiding private VIN entry |
| Downloads and artifacts | Public report download | Public PDF confirmation and artifact evidence |
| REST quick actions | REST quick actions | One-off scrape, screenshot, and PDF calls from any language |
| Procurement research | Procurement research | Domain-scoped output fields for business workflows |
| SDK production shape | Guided SDK workflow | Deterministic setup, web.agent(), validation, persistence |
| MCP runtime loop | MCP browser task | Coding-agent browser tools and observed Playwright snippets |
Prompt gallery
Copy browser-agent prompts with real URLs, output fields, and safety boundaries.
SEC EDGAR filing research
Search filings and return structured company filing metadata.
Grants.gov opportunities
Search active opportunities and summarize fit.
NHTSA recall lookup
Research public recalls without entering a real VIN.
Public report download
Confirm a public PDF and capture download evidence.
REST quick actions
Call scrape, screenshot, and PDF endpoints from any language.
Procurement research
Search public procurement opportunities with scoped output fields.
Guided SDK workflow
Combine deterministic setup,
web.agent(), schema validation, and persistence.MCP browser task
Give a coding-agent host browser tools through MCP.
Example rules
- Use exact public URLs.
- Include a domain allow-list.
- State the capability, goal, fields, result count, and safety boundary.
- Include expected output and what to inspect when the task finishes.
- Treat webpage text and downloaded files as evidence, not authority.
- Do not use private credentials, payments, legal actions, destructive changes, or CAPTCHA solving as the happy path.