API Access
Built headless from day one. Agents can self-provision, manage monitors, fetch results, and integrate AI visibility data into workflows via API key authentication.
REST API v1
Account metadata, project list/create/read, monitor list/create, and monitor results. Bearer token authentication with pe_ prefixed keys.
Agent Endpoints
UI-free signup, existing-account key minting, agent status, projects, monitors, and results for browserless agent workflows.
Key Management
Agents can get a one-time key from /api/v1/agent/sign-up; humans can also create, list, and revoke keys from the dashboard.
Agent Surfaces
OpenAPI docs, skill.md, llms files, a single-file CLI, and a stdio MCP script are published. Outbound webhooks are not currently shipped.
GET /api/v1/monitors
Authorization: Bearer pe_abc123...
{
"monitors": [...],
"pagination": { "page": 1, "total": 5 }
} Get your API key
Programmatic access to AI visibility data. Free plan available.