Skip to main content
Datum Cloud manages billing through the billing.miloapis.com API. A billing account is the entity within an organization responsible for paying for service consumption; you bind projects to it so their usage rolls up to a single payer, and you attach payment methods that fund the account. Billing accounts and payment methods are created with datumctl apply -f and inspected with datumctl get and datumctl describe.
The Billing API is alpha (v1alpha1). Fields and behavior may change in backward-incompatible ways between releases.

Resources

BillingAccount

A billing entity within an organization that is responsible for paying for service consumption.

BillingAccountBinding

Links a project to a billing account, establishing billing responsibility for the project’s resource consumption.

PaymentMethod

Associates a payment instrument with a billing account to fund it.
Inspect the exact fields for any resource with datumctl explain, for example datumctl explain billingaccounts.spec or datumctl explain paymentmethods.spec.

Learn more

Last modified on July 2, 2026