Mirrored summary of myprovider.mor.org. For current screens and feature behavior, defer to the live site.

What it is

A hosted operator dashboard for Morpheus providers. Lets you manage providers, models, bids, and sessions through a GUI rather than scripting against the proxy-router HTTP API.

What it gives you

  • Provider dashboard — register / update your provider record, view stake, status, and earnings.
  • Model management — register, tag (including tee), and update models.
  • Bid management — post, edit, and retire bids.
  • Session monitoring — see active and historical sessions, pending claims, and earnings.
  • Health pings — quick visibility into whether your :3333 and /healthcheck are reachable.

How it relates to this site

  • Conceptually it does the same thing as Register on chain and API endpoints.
  • Authenticates against your provider’s wallet — connect a wallet that owns the provider record on chain.
  • Read the privacy and TOS on the site directly before connecting any wallet you care about.

When to use MyProvider vs the API

TaskBest surface
First-time provider registrationMyProvider GUI or Swagger
Update bids in bulkAPI/script
TEE attestation inspectionSecretVM portal + cosign
Day-to-day operator monitoringMyProvider GUI
Programmatic automationAPI (endpoints reference)

Source