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

# Morpheus API Credentials

> Store a Morpheus appliance URL and access token in Ankra to provision and manage self-managed Morpheus clusters.

<Warning>
  **Morpheus clusters are in closed beta.** The workflow is still evolving and access is limited. [Contact us](mailto:support@ankra.io) to request access before relying on it.
</Warning>

Morpheus API credentials store the Morpheus appliance URL and a long-lived API access token, used to provision and manage self-managed [Morpheus clusters](/guides/morpheus-clusters). The token needs to provision into the group and cloud you target.

<Note>
  Morpheus credentials are managed from the **portal or API** - there is no `ankra credentials morpheus` CLI command.
</Note>

## Creating a Morpheus API Credential

<Steps>
  <Step title="Get a Morpheus access token">
    In the Morpheus UI, create a long-lived API access token for a user that can provision into the target group and cloud.
  </Step>

  <Step title="Add to Ankra (UI)">
    Go to **Credentials** → **Add** → **Morpheus**, enter a name, the appliance URL, and the access token. For environments that are not directly reachable, attach an **SSH jumphost**; for self-signed certificates, enable **TLS insecure** (`tls_insecure`).
  </Step>
</Steps>

For Morpheus clusters you also need an [SSH key credential](/platform/credentials/ssh-key), created from the portal or generated via another provider's CLI.
