Morpheus Inference API
Welcome to the Morpheus Inference API. We appreciate you spending the time to help us test prior to our billing implementation, and hope that you are as excited as we are for this new addition to the Morpheus Ecosystem.
What is the Morpheus Inference Marketplace?
The Morpheus Inference Marketplace is a decentralized network where providers host AI models and consumers access inference. The Morpheus Inference API abstracts all of this complexity—you just need an API key to get started. Key benefits:- Free inference during Open Beta (until 1/31/26)
- OpenAI-compatible — works with any tool that supports OpenAI’s API
- Decentralized — no single point of failure, protects your data
- No wallet required — just create an account and start building
Create Your Account
Follow these steps to get your API key. This takes about 2 minutes.Step 1: Go to the Portal
Visit app.mor.org to get started.
Step 2: Sign In or or Sign Up for a New Account
Click Sign Up to create a new account, or provide credentials if you already have one. You’ll need to verify your email.
Step 3: Access Your Dashboard
After logging in, access your account settings and ensure that “Automation” is enabled.
Step 4: Create an API Key
Click API Keys, and then Create New API Key, give it a name, and click create.
Step 5: Copy Key
Now that you have your key, you can use the built-in test UI or API playground.
You’re Ready!
You now have everything you need:Base URL:
https://api.mor.org/api/v1API Key: The key you just created (starts with sk-)Continue to Quickstart
Learn how to make your first API request with code examples in Python, JavaScript, and curl.

