Mirrored summary of myprovider.mor.org. For screens and the latest behavior, defer to the live site and the canonical MyProvider GUI page on this docs site.

What it is

A hosted operator dashboard for Morpheus providers. It connects to your proxy-router with HTTP Basic Auth (same credentials as Swagger) and helps you:
  1. Look up existing models on active.mor.org
  2. Craft SecretVM / Docker / Venice secrets (including MODELS_CONFIG_CONTENT)
  3. Register the provider, bid on models, and sync models-config
It does not replace funding a wallet or running a node — it is the graphical control plane for that node.

Paths

PathBest for
SecretVM TEEDigest-pinned -tee image + 5 encrypted secrets + HTTPS MyProvider
Venice Diem resaleMonetize Venice API access without hosting GPUs
Standard / DockerYour own LLM backend

Preferred use

  1. Look up existing models / prices on active.mor.org/status.
  2. Export secrets from MyProvider onboarding.
  3. Deploy the node; connect MyProvider with Basic Auth.
  4. Bid on an existing model when one matches what you serve.
  5. Re-export MODELS_CONFIG_CONTENT from Model Configuration Sync after bidding if needed.
Full steps: Register on chain and MyProvider GUI.

Auth and HTTPS

  • Auth = node Basic Auth, not MetaMask.
  • Hosted myprovider.mor.org requires an HTTPS proxy-router URL (SecretVM fits naturally). HTTP-only nodes: desktop app or local npm run dev.

Source