> ## 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.

# Business user onboarding overview (KYB verification)

> Onboard business clients with KYB and compliance workflows on the Uphold platform. Coverage, capabilities, and integration paths for business users.

<Badge color="green" size="xs">Preview</Badge>

Business onboarding verifies a company's identity, ownership, and control structure, ensuring compliance readiness for regulated financial services. It involves creating a business user, completing the required KYB processes, and confirming the user's capabilities are unlocked before they transact.

<Note>KYB is available as a **preview**. The endpoints are live in **Sandbox** so you can start integrating today, but none of them are available in **Production** yet, and a few are still landing in Sandbox. Each endpoint page states its own availability.</Note>

## What's available today

The KYB API reference covers the business-level processes and the associated persons tied to the business.

<CardGroup cols={2}>
  <Card title="Create user" icon="briefcase" href="/rest-apis/core-api/users/create-user">
    Register a business user with `type: business` to start the KYB flow.
  </Card>

  <Card title="KYB API reference" icon="book-open" href="/rest-apis/core-api/kyb/introduction">
    The process model, statuses, associated persons, and the attestation flow.
  </Card>
</CardGroup>

Once the business user exists, the KYB processes replace the KYC ones — see the [KYB introduction](/rest-apis/core-api/kyb/introduction) for how the two differ.

## What's coming

Step-by-step onboarding guides, mirroring the [Individual](/developer-guides/user-onboarding/individual/overview) section, will follow as the preview progresses.

If you are interested in onboarding business users, please [reach out to us](https://uphold.com/enterprise#contact).
