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

# Tenant Registration

> Register your organization as a FinHub API tenant through self-service signup

# Tenant Registration

Register your organization as a FinHub API tenant through our self-service portal to start your API integration.

## Self-Service Registration

FinHub offers a streamlined self-registration process. Visit our tenant signup portal to get started:

<Card title="Register Now" icon="user-plus" href="https://bpm-beta.finhub.cloud/new-tenant/signup">
  Start your API tenant registration at bpm-beta.finhub.cloud
</Card>

## Registration Process

```mermaid theme={null}
sequenceDiagram
    participant You
    participant Signup Portal
    participant FinHub Platform
    participant Compliance
    
    You->>Signup Portal: Visit signup page
    Signup Portal->>You: Registration form
    You->>Signup Portal: Submit business details
    Signup Portal->>FinHub Platform: Create tenant account
    FinHub Platform->>Compliance: Submit for review
    Compliance-->>FinHub Platform: Approval
    FinHub Platform->>You: Issue API credentials
```

## Registration Steps

<Steps>
  <Step title="Visit Signup Portal">
    Navigate to [bpm-beta.finhub.cloud/new-tenant/signup](https://bpm-beta.finhub.cloud/new-tenant/signup)
  </Step>

  <Step title="Complete Registration Form">
    Provide your business and contact information
  </Step>

  <Step title="Verify Email">
    Confirm your email address via verification link
  </Step>

  <Step title="Submit Compliance Documents">
    Upload required business and compliance documentation
  </Step>

  <Step title="Receive API Credentials">
    Get your sandbox credentials after approval
  </Step>
</Steps>

## Required Documents

| Document Type                | Description                | Format |
| ---------------------------- | -------------------------- | ------ |
| Certificate of Incorporation | Proof of legal entity      | PDF    |
| Business Registration        | Government registration    | PDF    |
| Tax ID Certificate           | Tax identification         | PDF    |
| Authorized Signatories       | List of authorized persons | PDF    |
| Bank Reference Letter        | Banking relationship proof | PDF    |

## Account Creation

Upon approval, FinHub will:

1. Create your tenant account in our system
2. Configure your selected products
3. Set up your sandbox environment
4. Generate API credentials

## Credential Delivery

You will receive:

* **Sandbox URL**: Your dedicated sandbox endpoint
* **Tenant ID**: Your unique tenant identifier
* **API Credentials**: Client ID and Client Secret
* **Admin Access**: Tenant Operation Panel credentials

## Next Steps

After completing registration:

1. Review [Compliance Requirements](/baas/api/getting-started/compliance-requirements)
2. Proceed to [Selecting Your Products](/baas/api/getting-started/selecting-products)
3. Set up your [Development Environment](/baas/api/development/index)
