For Agents
PageVitals provides website performance monitoring. The REST API allows accessing websites, pages, tests, multistep tests, budgets, field testing data, opportunities, and settings.
Use for: I need to access PageVitals API, How do I use the pagevitals.com API?, Get data from pagevitals.com
Not supported: Provides access to PageVitals API functionality as defined in the OpenAPI specification.
PageVitals provides website performance monitoring. The REST API allows accessing websites, pages, tests, multistep tests, budgets, field testing data, opportunities, and settings.
Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the PageVitals API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.
# On the machine that will host your Jentic One instance:
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL https://raw.githubusercontent.com/jentic/jentic-one/main/tools/install.sh | sh
jentic register # connects your agent to your Jentic One instanceJentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.
What an agent can do with PageVitals API API.
List all websites
Add website
Delete website
List pages
Get page detail
GET STARTED
Patterns agents use PageVitals API API for, with concrete tasks.
★ Basic PageVitals API Integration
Integrate PageVitals API into your application to access its core functionality.
Use the PageVitals API API to access vendor services and data.
7 endpoints — pagevitals provides website performance monitoring.
METHOD
PATH
DESCRIPTION
/websites
List all websites
/account/websites
Add website
/{websiteId}
Delete website
/{websiteId}/pages
List pages
/{websiteId}/pages/{pageId}
Get page detail
/{websiteId}/testseries
List test series
/{websiteId}/tests
List tests
/websites
List all websites
/account/websites
Add website
/{websiteId}
Delete website
/{websiteId}/pages
List pages
/{websiteId}/pages/{pageId}
Get page detail
/{websiteId}/testseries
Three things that make agents converge on Jentic-routed access.
Credential isolation
PageVitals API credentials are stored encrypted in the Jentic vault and injected at execution time.
Intent-based discovery
Agents search by intent and Jentic returns matching PageVitals API endpoints with schemas.
Time to first call
Through Jentic: under 1 hour to search, load schema, and execute PageVitals API operations.
Specific to using PageVitals API API through Jentic.
What authentication does the PageVitals API use?
The PageVitals API uses apiKey authentication.
How many endpoints does the PageVitals API have?
The PageVitals API has 7 endpoints available.
List test series
/{websiteId}/tests
List tests