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

# Setting Up Your Account

> Create your Morpheus account and get your API key

# Setting Up Your Account

<iframe width="560" height="315" src="https://www.youtube.com/embed/GIMjS6-C-ww" title="Creating API Keys Tutorial" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen style={{ width: '100%', borderRadius: '0.5rem' }} />

<br />

Before you can use the Morpheus Inference API, you need to create an account and generate an API key. This takes about 2 minutes.

<Info>
  **Portal URL:** [app.mor.org](https://app.mor.org)
</Info>

***

## Step 1: Go to the Portal

Visit [app.mor.org](https://app.mor.org) to get started. Click **Sign Up** and create an account with your email address or **Login** to your account.

<div style={{ display: 'flex', gap: '1rem' }}>
  <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: '50%' }} width="1020" height="1272" data-path="images/startup/homepage.png" />

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

***

## Step 2: Access the Dashboard

After logging in, you will be brought to your API Key dashboard.

<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 Dashboard" style={{ borderRadius: '0.5rem', border: '2px solid rgba(16, 185, 129, 0.3)' }} width="2898" height="1038" data-path="images/startup/apikey.png" />

***

## Step 3: Account Settings

Click your username and then the **Account** button to access your account settings. Ensure automation is enabled for your account to continue.

<img src="https://mintcdn.com/morpheus/Ms4-4lxhF2w15opk/images/startup/manage.png?fit=max&auto=format&n=Ms4-4lxhF2w15opk&q=85&s=f90590b06412b1b5a3183efb6576cf2a" alt="Account Settings" 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

Go back to the main dashboard and click **Create New Key** and then name your API key. Upon creation, the key will be generated.

<Warning>
  **Copy your API key immediately!** It will only be shown once. Store it somewhere secure.
</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="API Key Creation" 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 to start using the Morpheus Inference API:

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

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

## Next Steps

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Make your first API request with code examples.
  </Card>

  <Card title="Available Models" icon="sparkles" href="/documentation/models">
    See all available models and their capabilities.
  </Card>

  <Card title="Cursor Integration" icon="code" href="/documentation/integrations/cursor">
    Use Morpheus with Cursor IDE.
  </Card>

  <Card title="OpenAI Python SDK" icon="python" href="/documentation/integrations/openai-python-sdk">
    Integrate with Python using the OpenAI SDK.
  </Card>
</CardGroup>
