Coming Soon

REST API

Meteorack REST API — programmatic access to licenses, updates, fleet management, and webhooks.

The public Meteorack REST API is being documented in parallel with the SDK cleanup work.

Launch scope

  • Account-level license lifecycle operations
  • Update checks and rollout endpoints
  • Fleet registration and site metadata
  • Webhook subscriptions for external automation

Planned authentication modes

  • API keys for server-to-server integration
  • OAuth for user-authorized dashboard workflows

In the meantime

Use the SDK and the verified module runtime to build integrations against the current repository-backed surface.

Endpoints Preview

GET
/v1/licenses

List all licenses for your account.

POST
/v1/licenses/activate

Activate a license on a WordPress site.

GET
/v1/updates/check

Check for available plugin updates.

POST
/v1/fleet/sites

Register a site in your fleet.

POST
/v1/webhooks

Create a webhook subscription.

What's coming

API Key Authentication

Generate keys from your dashboard. HMAC-signed requests for server-to-server.

License Management

Create, activate, deactivate, and query licenses programmatically.

Fleet Management

Register sites, push updates, monitor health across your fleet.

Webhooks

Subscribe to events: license changes, update rollouts, site health alerts.

Get notified when API launches

We’ll send you one email when the REST API is ready. In the meantime, start building modules with the SDK.