See llms.txt for all machine-readable content.
This workflow reads a list of web page URLs from Google Sheets, fetches each page, and uses OpenAI Chat Completions to generate a factual title, short summary, key points, topic, and confidence score, then writes the results back to the same sheet.
pages tab in Google Sheets.done when a real summary is produced (or failed with blank fields if the page or API call fails), and updates the matching rows in Google Sheets by row_number.pages that includes columns row_number and url, plus title, summary, key_points, topic, confidence, status, and summarised_at for the workflow to fill.max_per_run (1–100) and choose an allowed model (for example gpt-4o-mini) in the configuration step before running.