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

# Billing overview

> How Unkey bills a workspace: two products, two subscriptions, two invoices. Learn what each product charges for and where to manage payment.

Unkey bills two products separately. Each has its own subscription, its own invoice, and its own pricing model. You can use one without the other.

| Product | What you pay for                                         | Details                                                 |
| ------- | -------------------------------------------------------- | ------------------------------------------------------- |
| API     | A flat monthly fee for a request quota                   | [API plan billing](/docs/platform/workspaces/billing/api)    |
| Compute | A monthly plan fee plus usage above the included credits | [Compute billing](/docs/platform/workspaces/billing/compute) |

Every workspace starts on the Free plan for the API, with no Compute plan. Billing is per workspace: a payment method, subscription, or usage in one workspace does not affect another.

<Tip>
  Visit [unkey.com/pricing](https://unkey.com/pricing) for current prices and plan limits.
</Tip>

## Where to manage billing

Everything lives under **Settings > Billing** in the dashboard. Only workspace admins can change plans, payment methods, or budgets.

The **Plans** table has one row per product with the current plan, its price, and a button to choose or change the plan. Month-to-date usage lives on **Settings > Usage**.

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/unkey/DFHmASWgglf6lnoV/platform/workspaces/billing/billing-paid-light.png?fit=max&auto=format&n=DFHmASWgglf6lnoV&q=85&s=88305c24936e00edf911c22fbd715de4" alt="Billing page with a Compute Pro plan and an API Pro 250k plan" width="1880" height="1290" data-path="platform/workspaces/billing/billing-paid-light.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/unkey/DFHmASWgglf6lnoV/platform/workspaces/billing/billing-paid-dark.png?fit=max&auto=format&n=DFHmASWgglf6lnoV&q=85&s=478871e083e55cf3178bc7e608974d51" alt="Billing page with a Compute Pro plan and an API Pro 250k plan" width="1880" height="1290" data-path="platform/workspaces/billing/billing-paid-dark.png" />
</Frame>

## Add a payment method

You must add a payment method before you subscribe to any paid plan. Until then the plan buttons are disabled.

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/unkey/DFHmASWgglf6lnoV/platform/workspaces/billing/billing-free-light.png?fit=max&auto=format&n=DFHmASWgglf6lnoV&q=85&s=2d57435603b56f73ac3d1a7824933d47" alt="Billing page for a workspace without a payment method" width="1880" height="720" data-path="platform/workspaces/billing/billing-free-light.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/unkey/DFHmASWgglf6lnoV/platform/workspaces/billing/billing-free-dark.png?fit=max&auto=format&n=DFHmASWgglf6lnoV&q=85&s=f63f6aa6ceea01e5ed454aba1d7d660a" alt="Billing page for a workspace without a payment method" width="1880" height="720" data-path="platform/workspaces/billing/billing-free-dark.png" />
</Frame>

1. Navigate to **Settings > Billing**.
2. Click **Add payment method**.
3. Complete the Stripe form with your card details and billing address.

After saving, you return to the billing page and can choose an API or Compute plan.

## Invoices and receipts

Unkey uses Stripe for payment. The Stripe billing portal holds your invoices, payment methods, and billing contact.

1. Navigate to **Settings > Billing**.
2. Click **View invoices**.

From the portal you can download past invoices, replace your card, and update your billing address or tax details.

## Cost control

Compute usage is metered, so the bill can grow with load. Set a [spend budget](/docs/platform/workspaces/billing/spend-budget) to get alerts at 50%, 75%, and 100% of a monthly amount, and optionally stop workloads when you reach it.

API plans have no usage charges. Going past your request quota triggers an email, never a bill.
