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

# Enterprise Overview

> The plan for anyone embedding RyzeAPI into their own product and reselling to their customers

The **Enterprise** plan is for anyone who embeds RyzeAPI inside their own system and resells WhatsApp as part of their product. Instead of signing up for a new plan for every customer you serve, you pay a monthly amount and create instances on demand, whenever and however many you need.

## Who it is for

<CardGroup cols={2}>
  <Card title="Resellers and platforms" icon="layer-group">
    You serve many end customers and want to provision a WhatsApp instance for each one, with no commercial friction on every new signup.
  </Card>

  <Card title="SaaS products" icon="cubes">
    WhatsApp is a feature of your product, and you need creating an instance to be as simple as an API call.
  </Card>
</CardGroup>

## How it works, in short

<Steps>
  <Step title="You have a monthly amount">
    Your Enterprise contract sets a monthly credit and the price of each instance. You create instances freely within that model.
  </Step>

  <Step title="Every new instance gets a free trial">
    Starting from the first WhatsApp connection, the instance enters a trial period (7 days by default). An instance created and never connected is not billed.
  </Step>

  <Step title="When the trial ends, the instance becomes billable">
    When the trial ends, the instance starts counting toward your monthly invoice, automatically, with nothing for you to do.
  </Step>

  <Step title="You get events to track everything">
    Webhooks notify you when a trial starts, when it is about to end and when an instance becomes billable, so you can manage your own customers.
  </Step>
</Steps>

## What you get

* **On-demand provisioning**: create instances via API, with no re-subscription per customer.
* **Automatic per-instance trial**: every new number connection gets the free days from your contract.
* **Per-instance billing control**: force billing right away, whenever it makes sense for your business.
* **Event visibility**: track trial start and end and the switch to billing in real time.

## In this section

<CardGroup cols={2}>
  <Card title="How billing works" icon="calculator" href="/en/enterprise/how-billing-works">
    Monthly credit, per-instance trial, per-day metering and the single monthly invoice.
  </Card>

  <Card title="Billing control" icon="sliders" href="/en/enterprise/billing-control">
    The endpoint that sets whether an instance is on trial or billable.
  </Card>

  <Card title="Usage" icon="chart-line" href="/en/enterprise/usage">
    How usage is measured over the month.
  </Card>

  <Card title="Enterprise webhooks" icon="webhook" href="/en/enterprise/webhooks">
    The trial and billing lifecycle events.
  </Card>

  <Card title="FAQ" icon="circle-question" href="/en/enterprise/faq">
    Common questions about cost and billing.
  </Card>
</CardGroup>

<Info>
  Enterprise is enabled on request. **Talk to the sales team** to activate the plan on your account and agree on the monthly credit and the per-instance price.
</Info>
