> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/guidance-for-enterprise/service-limit/crds/cloudeka-tenant.md).

# Cloudeka Tenant

Your tenant/billing account record — organization, project, billing model, and your **current balance**. This is the single object to check first for "where do I stand."

```bash
kubectl get tenant -n <your-namespace>
kubectl get tenant -n <your-namespace> -o yaml
```

| Field               | Where  | Meaning                                                    |
| ------------------- | ------ | ---------------------------------------------------------- |
| `spec.organization` | spec   | Your organization identifier                               |
| `spec.project`      | spec   | Your project identifier                                    |
| `spec.billingType`  | spec   | `prepaid` or `postpaid`                                    |
| `spec.chargeType`   | spec   | `hourly` or `monthly`/`fixed`                              |
| `status.balance`    | status | Your current balance (credit if prepaid, debt if postpaid) |
| `status.updatedAt`  | status | When the balance was last recalculated                     |

See [Quota & Limits](/guidance-for-enterprise/service-limit/quota-and-limits.md) for what billing/charge type combinations mean for how you're checked, and [Billing & Balance](/guidance-for-enterprise/service-limit/billing-and-balance.md) for how the balance moves.

{% hint style="warning" %}
Don't hand-edit `spec.billingType`/`spec.chargeType` — changing your billing model is a platform-team action, since it also changes how admission checks treat your workloads.
{% endhint %}
