PaperpinPaperpin Docs

PaperPin Developer Platform

Build tenant-scoped web monitoring integrations and AI workflows with the Paperpin REST API and remote MCP server.

PaperPin gives your applications and AI agents programmatic access to the same groups, monitors, change events, and insights available in the product.

Choose an integration

  • Use the REST API for traditional software integrations.
  • Use MCP to connect AI assistants and MCP clients.

Both interfaces use the same tenant-scoped resource model. The REST API uses PaperPin API keys, while MCP uses OAuth access tokens.

Resource model

Groups
└── Monitors
    └── Change Events

Insights

PaperPin manages monitor creation, scheduling, snapshots, rendering, change detection, notifications, and billing. Those internal systems are not public API resources.

Base URLs

InterfaceURL
REST APIhttps://paperpin.io/api/v1
MCPhttps://paperpin.io/api/mcp

Use your own PaperPin deployment origin in place of https://paperpin.io when applicable.

Next steps

Create an API key in Developer Access, then follow authentication to make your first request.

On this page