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

# Start Here

> Quick steps to get you started.

### Create your account

Before you can start using the Tribease API, you need to first create a business account [here](https://dashboard.tribease.com/get-started). Once your account has been created, it will be reviewed and approved. After approval, you will then have access to Tribease's staging environment where you can set up your account to test your integration.

### The API Reference

All Tribease's API references are documented [here](https://docs.tribease.com/api-reference/introduction). Please follow the instructions and steps to integrate your desired feature into your app.

### Setup Webhooks

We use webhooks to notify you when certain events/actions happen on your integration. They are essential for you to take necessary actions when certain events happen. You can set up your webhooks [here](https://dashboard.tribease.com/settings/webhooks)

### Go-live checklist

After testing your integration, you can request to go live from within your dashboard. By doing so, your live credentials will be generated for you.

Ensure the following have been done:

* Set up your settlement account.
* Ensure that your access tokens, keys and any sensitive credentials are not committed to your version control.
* Set up your webhooks so that you can be notified when events happen on your integration.

### API Integration Details

Staging Base URL - [https://staging.api.tribease.com/v2](https://staging.api.tribease.com/v2)

Staging Dashboard - [https://dashboard.tribease.com/get-started](https://dashboard.tribease.com/get-started)

Live Base URL - [https://api.tribease.com/v2](https://api.tribease.com/v2)

Live Dashboard - [https://dashboard.tribease.com/get-started](https://dashboard.tribease.com/get-started)
