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

# Set up your Uphold Enterprise account

> Register your organization in the Enterprise Portal to access the Sandbox and Production environments, manage credentials, and start integrating the APIs.

Before you can interact with the Enterprise API Suite, you must onboard through the [**Enterprise Portal.**](https://portal.enterprise.uphold.com/)

The Enterprise Portal is your central mission control to manage the **Sandbox** and **Production** environments.

<Steps>
  <Step title="Register your organization">
    Navigate to the [Enterprise Portal](https://portal.enterprise.uphold.com/register).

    Fill in your company details and set your administrator credentials.
  </Step>

  <Step title="Access the Sandbox">
    Once logged in, you have immediate access to the **Sandbox environment**.

    This is a fully isolated testing ground that mirrors Production behavior but uses test funds and data, allowing you to validate your integration safely.
  </Step>

  <Step title="Create an API Client">
    In the portal sidebar, navigate to **Clients** and click **Create new client**.

    Give your client a name (e.g., "Development App") and select the **Scopes** (permissions) your application needs.

    <Frame>
      <img src="https://mintcdn.com/uphold-d4756e17/o3WqF8NEPDzdyu6f/get-started/_media/enterprise-portal.png?fit=max&auto=format&n=o3WqF8NEPDzdyu6f&q=85&s=6f0ac73264c438215b6fb2ef31b9a4c6" alt="Enterprise Portal client creation" width="3852" height="2062" data-path="get-started/_media/enterprise-portal.png" />
    </Frame>
  </Step>

  <Step title="Generate Credentials">
    Click **Generate client secret** to create your `Client ID` and `Client Secret`.
  </Step>
</Steps>

<Card title="Make your first API call" icon="terminal" href="/get-started/make-your-first-api-call">
  Your credentials are ready. Now make your first API call using the Postman collection or cURL.
</Card>
