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

# Credits

> Inspect credit balance and expiring credit packages

Credits pay for project processing and cloud exports. Use `credits overview` before starting work when an automation needs to decide whether the account has enough balance.

## `credits overview`

Show the current balance, renewal dates, expiring credit packages, and subscription renewal metadata.

```bash theme={null}
youka credits overview --json
```

Example response shape:

```json theme={null}
{
  "ok": true,
  "data": {
    "availableBalance": 120,
    "renewalDates": ["2026-05-01T00:00:00.000Z"],
    "topups": [
      {
        "id": "topup_123",
        "originalAmount": 100,
        "remaining": 40,
        "expiresAt": "2026-07-01T00:00:00.000Z"
      }
    ],
    "subscription": {
      "renewsAt": "2026-05-01T00:00:00.000Z"
    }
  }
}
```

## What's next

* [Billing](/en/cli/billing) - create checkout and billing portal URLs
* [Projects](/en/cli/projects) - quote credits before creating a project
* [Exports](/en/cli/exports) - quote credits before rendering
