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

# Partner setup

> Set up your partner dashboard account, API keys, webhooks, riders, and sandbox tools.

Use the Partner Dashboard to complete setup and day-to-day operations.

Dashboard URL: `https://partners.rideflow.org/`

## Create your account

On the registration page, provide:

* Business name
* First name
* Last name
* Email address
* Phone number
* Password
* Partner type

Available partner types:

* Rider Network Partner
* Logistics Company Partner

If your email is not verified, sign-in remains blocked. Request a new OTP from the verification flow.

## Create API keys

Go to **Settings -> API Keys & Webhooks**.

In Test mode, the dashboard shows:

* Client ID
* Client secret
* API base URL
* Token exchange route
* Scopes
* Rotate and revoke controls
* IP allowlist information

For production requests, use: `https://partner.rideflow.org/api/partner/v1`

<Warning>
  Secrets are shown once. Store them securely in backend infrastructure only.
</Warning>

## Configure webhooks

In **Settings -> API Keys & Webhooks**, add your webhook URL and select event types.

The dashboard also shows:

* Signing secret
* Webhook health
* Delivery logs
* Replay controls
* Request and webhook logs

## Add riders

Go to **Riders**.

The Riders screen shows:

* External rider ID
* Rider status
* Availability
* Location age
* Verification state
* Rider detail
* API push guidance

You can add riders through:

| Method         | Where to use it                                                                   |
| -------------- | --------------------------------------------------------------------------------- |
| Bulk upload    | Use **Bulk upload** on the Riders screen.                                         |
| Connector sync | Use **Sync now** when Rideflow is configured to pull from your roster endpoint.   |
| API push       | Use partner API endpoints when your system should push rider changes immediately. |

## Run sandbox tools

Go to **Settings -> Sandbox**.

Sandbox tools are visible only in Test mode. They create fake requests, fake payments, fake COD records, fake wallet records, and fake webhook deliveries.
