# Morpheus

{% stepper %}
{% step %}

### Ip or Domain

Ip or domain address that Morpheus is hosted.
{% endstep %}

{% step %}

### Port

Port number (optional, default: 443).
{% endstep %}

{% step %}

### Username & Password

Have an admin create a user in the UI: Admin → Users → New User. After giving correct permission, you may use the credentials of the newly created user. You need view permission for Servers & Users.
{% endstep %}

{% step %}

### Client ID

Morpheus ships with a pre-configured OAuth client commonly named morph-api which is used with the password grant. If you need a different/own OAuth client, an admin can create/edit OAuth clients in Morpheus Settings (Primary Tenant) → OAuth / API clients.
{% endstep %}

{% step %}

### Is Secure?

Enable this option if the connection will be established over HTTPS.
{% endstep %}

{% step %}

### Fetch Devices

Servers will be fetched when this option is enabled (default: True).
{% endstep %}

{% step %}

### Fetch Users

Users will be fetched when this option is enabled (default: True).
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Please perform a **connection test** to ensure there is a valid connection to the host.\
When the discovery operation is finalized, you will be able to see the details on the **Assets** page.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.octoxlabs.com/adapters/adapters/morpheus.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
