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

# Launch on Production

## Move your integration to production

After you have tested your application in the [sandbox](#sandbox). It's time to launch, get things off the ground and
move things to the fingertips of your customer base. That's where `going live` comes in.

Going live is as simple as taking few baby steps:

1. Obtain your live Unyte credentials
2. Use the Superpool production server
3. Register your application on the Unyte Bridge
4. Review the Go Live checklist

### Obtain your live credentials

All requests calls are made through an application environment, which is a Merchant account on the superpool platform,
that is controlled by the application owner. Every API Request call needs a set of API credentials to make the call.
Unyte assigns a set of API credentials to an account upon request. Learn more about it at
[Register your application on Superpool](#register_your_app_with_unyte).

To get your live credentials:

1. Sign in to your Unyte account.
2. Click on the `Settings` icon.
3. Click on `Applications` in the left navigation.
4. Click on the application you want to go live.
5. Click on `Production` tab.
6. Copy your `Client ID`, `Client Secret`, and `API Key`.

### Use the Superpool production server

Switch up the sandbox server, you have been using to the production server: `https://superpool.unyte.africa`.

### Register your application on the Unyte Bridge

To go live, you need to register your application on the Unyte Bridge.

*Steps comings soon*

### Review the Go Live checklist

1. **API Key**: Ensure you have a valid API Key.
2. **Client ID**: Ensure you have a valid Client ID.
3. **Client Secret**: Ensure you have a valid Client Secret.
4. **Base URL**: Ensure you are using the production server.
5. **Application Registration**: Ensure you have registered your application on the Unyte Bridge.

That's it! You are now live.
