API Access
The whole engine, over the wire.
Agents self-provision, run monitors, and pull the search and AI results behind your content. No browser required.
The surface
Everything the dashboard does, in an endpoint.
REST API v1
Accounts, projects, monitors, and results — the whole engine. Bearer auth with pe_ keys.
Agent endpoints
UI-free signup, key minting, and results for browserless agents.
Key management
Agents mint a one-time key at /api/v1/agent/sign-up ; humans manage keys in the dashboard.
Agent surfaces
OpenAPI docs, skill.md, llms files, a CLI, and a stdio MCP script. Webhooks not yet shipped.
API Request
GET /api/v1/monitors
Authorization: Bearer pe_abc123...
{
"monitors": [...],
"pagination": { "page": 1, "total": 5 }
} Get started free
Wire the content engine into your stack
Provision, monitor, and pull search and AI results programmatically — built for agents and humans alike.
No credit card · Self-provision in minutes