PageVitals

PageVitals provides website performance monitoring, synthetic testing, real-user monitoring reports, performance budgets, and optimization insights.

28 actions Integration catalog
Request access
Connect PageVitals once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Add Configured PagesPAGE_VITALS_ADD_CONFIGURED_PAGES
Add one or more explicitly supplied pages to PageVitals monitoring for a website. This persistent bulk operation can consume monitored-page quota and cause future synthetic tests, so call it only when the user explicitly requests every URL or path and alias. Never discover or scrape pages automatically.
Create BudgetPAGE_VITALS_CREATE_BUDGET
Create a persistent PageVitals performance budget for a website. This changes monitoring and may change owner alerting behavior, so call only when the user explicitly requests the budget and supplies the complete metric, comparison direction, numeric threshold in the metric's native unit, and device scope. Never infer metric units or operator direction.
Create Multistep TestPAGE_VITALS_CREATE_MULTISTEP_TEST
Create an empty PageVitals multistep test definition with an explicit name and device profile. This only saves persistent configuration: it does not run the test, trigger any synthetic checks, or consume test-run quota.
Create WebsitePAGE_VITALS_CREATE_WEBSITE
Add a domain to the PageVitals account and begin managing it. This may consume website quota and start monitoring, so call only when the user explicitly asks to add the domain.
Delete BudgetPAGE_VITALS_DELETE_BUDGET
Delete one PageVitals performance budget and stop enforcing its threshold. This is a destructive alerting mutation; use only when the user explicitly selects the exact budget ID for deletion.
Delete Configured PagePAGE_VITALS_DELETE_CONFIGURED_PAGE
Permanently delete one PageVitals configured page and all of its test results, including historical results. This is irreversible; use only for an explicit request naming the exact website ID and configured-page ID.
Delete Multistep TestPAGE_VITALS_DELETE_MULTISTEP_TEST
Permanently delete one PageVitals multistep test definition. This is irreversible; use only when the user explicitly identifies the exact website ID and test ID.
Delete WebsitePAGE_VITALS_DELETE_WEBSITE
Permanently delete one PageVitals website and all of its tests, metrics, analytics, and configuration. This is irreversible; use only for an explicit request naming the exact website ID.
Get Multistep TestPAGE_VITALS_GET_MULTISTEP_TEST
Get one multistep test definition, including its configured steps.
Get Page MetricsPAGE_VITALS_GET_PAGE_METRICS
Get the latest Lighthouse and Chrome UX metrics for one configured page and device.
Get Page OpportunitiesPAGE_VITALS_GET_PAGE_OPPORTUNITIES
List Lighthouse improvement opportunities for a page/device, or return the full variable-shape details for one opportunity ID.
Get Page TimelinePAGE_VITALS_GET_PAGE_TIMELINE
Get one historical timeline for a page/device: combined loading metrics, CrUX, network bytes, CPU time, or Google Search performance. Google Search requires that integration on the website.
Get TestPAGE_VITALS_GET_TEST
Get the detailed Lighthouse, timing, resource, budget, and validation summary for one synthetic test. Provider values, nulls, metric scales, and JSON-looking strings are returned unchanged.
Get Test ReportPAGE_VITALS_GET_TEST_REPORT
Get one specialized synthetic-test report: keyed Lighthouse opportunities, the request waterfall, or grouped HTML validation findings. Validation always omits the embedded raw HTML.
Get Test SeriesPAGE_VITALS_GET_TEST_SERIES
Get one synthetic test series and its individual tests, statuses, page IDs, device variants, and failure messages.
List BudgetsPAGE_VITALS_LIST_BUDGETS
List performance budgets, current status, notification settings, and affected pages for a website.
List Configured PagesPAGE_VITALS_LIST_CONFIGURED_PAGES
List the raw pages configured for PageVitals monitoring on a website.
List Multistep RunsPAGE_VITALS_LIST_MULTISTEP_RUNS
List historical runs for one multistep test, including status, duration, interaction, layout-shift, CPU, transfer-size, and blocking-time metrics.
List Multistep TestsPAGE_VITALS_LIST_MULTISTEP_TESTS
List multistep tests configured for a website with recent metrics, state, and success rates. A website with no configured multistep tests returns an empty tests list.
List Page MetricsPAGE_VITALS_LIST_PAGE_METRICS
List every configured page/device combination for a website with recent timeline and latest performance metrics.
List Test SeriesPAGE_VITALS_LIST_TEST_SERIES
List recent synthetic test series for a website, including status and failure counts.
List Website OpportunitiesPAGE_VITALS_LIST_WEBSITE_OPPORTUNITIES
List Lighthouse improvement opportunities aggregated across a website and the affected pages.
List WebsitesPAGE_VITALS_LIST_WEBSITES
List websites visible to the connected PageVitals API key. Use the returned website IDs with all website-scoped tools.
Run Multistep TestsPAGE_VITALS_RUN_MULTISTEP_TESTS
Trigger exactly one named multistep test or intentionally fan out to every multistep test configured for a website. Every triggered run consumes PageVitals test quota and may incur cost. Choosing target='all' can start many jobs, so use it only when the user explicitly requests an all-tests run.
Run Test SeriesPAGE_VITALS_RUN_TEST_SERIES
Trigger synthetic tests for selected page/device variants, or for every configured test when pages is omitted. This action consumes PageVitals test quota and may incur cost; call it only when the user explicitly requests a new run.
Update BudgetPAGE_VITALS_UPDATE_BUDGET
Replace a PageVitals performance budget's complete metric threshold and device scope. This may change monitoring alerts or notifications. Read the current budget first, use its exact website and budget IDs, and provide all four desired state fields because partial PUT behavior was not safely tested.
Update Configured PagePAGE_VITALS_UPDATE_CONFIGURED_PAGE
Update a configured PageVitals page's URL, display alias, or both. This changes persistent monitoring configuration; use the exact page ID from List Configured Pages and provide at least one new value.
Update Multistep TestPAGE_VITALS_UPDATE_MULTISTEP_TEST
Update a multistep test's alias and device. Both fields are required because PageVitals PUT replacement and partial-update semantics were not safely live-tested; read the current test first when preserving either value.