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

# Billing and budgets

> Understand organization billing, metered resources, and project spend controls.

Billing belongs to the organization; usage is attributed to projects and named resources. A paid
organization has a monthly platform minimum credited against metered usage. Provisioning operations
return `402` until billing is active.

Use organization billing for payment state and invoices, project usage for attribution, and project
budgets for autonomous-work guardrails. A budget can alert at a threshold and can enforce a hard
stop where the resource contract supports it.

```bash theme={null}
korve billing show
korve usage summary --project storefront
korve budget set --project storefront --cap-usd 50 --hard-stop
```

Prices change only through the published rate card. Read the live card from the
[Billing API](/api-reference/billing), not from hard-coded application values.
