Search the open web, open a page and extract its data, then save the finished brief as a durable artifact.
Run a web search to find candidate sources on the topic.
web_search({"query": "wingman protocol"})Open a headless browser session at the best-matching source.
browse_open({"url": "https://example.com", "mode": "honest", "sign": true})Pull structured data off the loaded page.
browse_extract({"browser_id": "example-id", "fields": {}})Save the finished brief as a durable artifact.
store_artifact({"content": "example"})