MediaGrabber Pro

Welcome

Everything you need to run the portal, integrate the SDK, and connect your plugin to the central Admin Module.

This is the complete documentation for your plugin platform. It covers three audiences — customers using the portal, developers integrating the SDK, and operators who self-host and connect deployments to the central Admin Module.

Where to start

How the pieces fit together

There are three moving parts. Knowing which is which removes most of the confusion up front:

PieceWhat it isWho runs it
Customer PortalThis web app + API. Where your customers sign in, buy plans, and manage license keys.You (per plugin)
The SDKA small client your plugin embeds to validate licenses and meter usage.Your customers' installs
Admin ModuleA separate central dashboard that manages all your plugin deployments at once.You (once, centrally)

The Customer Portal exposes four network surfaces. You'll see these referenced throughout the docs:

SurfacePathPurpose
Portal API/api/rpc/*, /api/rest/*The signed-in customer app (web/mobile)
Public API/public/*License validation from plugin installs (no login)
Webhooks/webhooks/*Inbound billing-provider events
Connector/connector/*Inbound calls from the central Admin Module

New here? Read Core Concepts first — it explains each surface and how a license flows from checkout to activation.

On this page

Welcome | MediaGrabber Pro