> ## Documentation Index
> Fetch the complete documentation index at: https://apidocs.mor.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Morpheus Inference API

> Learn about the Morpheus Inference API and create your account

# Morpheus Inference API

<iframe width="560" height="315" src="https://www.youtube.com/embed/kWpap4vmpsw" title="Getting Started with Morpheus Inference API" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen style={{ width: '100%', borderRadius: '0.5rem' }} />

<br />

## 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:**

* **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](https://app.mor.org) to get started.

<img src="https://mintcdn.com/morpheus/Ms4-4lxhF2w15opk/images/startup/homepage.png?fit=max&auto=format&n=Ms4-4lxhF2w15opk&q=85&s=8bcc33d534f2b1107aba362b5d939cf3" alt="Morpheus Portal Homepage" style={{ borderRadius: '0.5rem', border: '2px solid rgba(16, 185, 129, 0.3)' }} width="1020" height="1272" data-path="images/startup/homepage.png" />

### 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.

<img src="https://mintcdn.com/morpheus/Ms4-4lxhF2w15opk/images/startup/login.png?fit=max&auto=format&n=Ms4-4lxhF2w15opk&q=85&s=ec73a97cfd3c5189b05f77ac7e0c1411" alt="Login Page" style={{ borderRadius: '0.5rem', border: '2px solid rgba(16, 185, 129, 0.3)' }} width="1066" height="1390" data-path="images/startup/login.png" />

### Step 3: Access Your Dashboard

After logging in, access your account settings and ensure that "Automation" is enabled.

<img src="https://mintcdn.com/morpheus/Ms4-4lxhF2w15opk/images/startup/manage.png?fit=max&auto=format&n=Ms4-4lxhF2w15opk&q=85&s=f90590b06412b1b5a3183efb6576cf2a" alt="Admin Dashboard" style={{ borderRadius: '0.5rem', border: '2px solid rgba(16, 185, 129, 0.3)' }} width="2360" height="984" data-path="images/startup/manage.png" />

### Step 4: Create an API Key

Click **API Keys**, and then **Create New API Key**, give it a name, and click create.

<img src="https://mintcdn.com/morpheus/Ms4-4lxhF2w15opk/images/startup/apikey.png?fit=max&auto=format&n=Ms4-4lxhF2w15opk&q=85&s=f12f75190c1587fab7e6b11cda063c5c" alt="API Key Creation" style={{ borderRadius: '0.5rem', border: '2px solid rgba(16, 185, 129, 0.3)' }} width="2898" height="1038" data-path="images/startup/apikey.png" />

### Step 5: Copy Key

Now that you have your key, you can use the built-in test UI or API playground.

<Warning>
  **Copy your API key immediately!** It won't be shown again after this screen.
</Warning>

<img src="https://mintcdn.com/morpheus/Ms4-4lxhF2w15opk/images/startup/defaultkey.png?fit=max&auto=format&n=Ms4-4lxhF2w15opk&q=85&s=c90250f4b46b8b33e59a134d88dff25d" alt="Set Default API Key" style={{ borderRadius: '0.5rem', border: '2px solid rgba(16, 185, 129, 0.3)' }} width="1056" height="616" data-path="images/startup/defaultkey.png" />

***

## You're Ready!

You now have everything you need:

<Info>
  **Base URL:** `https://api.mor.org/api/v1`

  **API Key:** The key you just created (starts with `sk-`)
</Info>

<Card title="Continue to Quickstart" icon="rocket" href="/quickstart">
  Learn how to make your first API request with code examples in Python, JavaScript, and curl.
</Card>

***

## Help Us Improve

We want your feedback! Use the API with your favorite tools—Cursor, LangChain, OpenWebUI, or anything else that supports OpenAI-compatible APIs.

Tell us what works, what's broken, and what you'd like to see improved.

<Tip>
  **Provide Feedback:** [Submit feedback here](https://docs.google.com/spreadsheets/d/1Fj_AsxBWVFHhjD5neDeaKBnL64dVJ1S0GJQ9tKjZBz0/edit?usp=sharing)
</Tip>
