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

# Billing

> BillingService provides billing and subscription management functionality.

BillingService provides billing and subscription management functionality.

## Methods

<Card title="Create Team Credit Allocation" href="/docs/api-reference/generated/billing/create-team-credit-allocation">
  Creates a credit allocation (budget) for a team.
</Card>

<Card title="Delete Enterprise AI User Budget Policy" href="/docs/api-reference/generated/billing/delete-enterprise-ai-user-budget-policy">
  Deletes the organization default or a per-user monthly budget policy.
</Card>

<Card title="Delete Team Credit Allocation" href="/docs/api-reference/generated/billing/delete-team-credit-allocation">
  Deletes the credit allocation for a team.
</Card>

<Card title="Get Credit Usage Export" href="/docs/api-reference/generated/billing/get-credit-usage-export">
  Returns a signed download URL for a CSV export of credit usage.
</Card>

<Card title="Get Credit Usage Report" href="/docs/api-reference/generated/billing/get-credit-usage-report">
  Returns a daily credit usage report for an enterprise organization.
</Card>

<Card title="Get Cumulative Credit Usage" href="/docs/api-reference/generated/billing/get-cumulative-credit-usage">
  Returns cumulative credit usage for an organization and its teams.
</Card>

<Card title="Get Enterprise AI Usage Summary" href="/docs/api-reference/generated/billing/get-enterprise-ai-usage-summary">
  Returns organization-level enterprise AI usage totals for reporting.
</Card>

<Card title="Get Enterprise AI Usage Time Series" href="/docs/api-reference/generated/billing/get-enterprise-ai-usage-time-series">
  Returns daily enterprise AI usage totals for the organization.
</Card>

<Card title="Get Enterprise AI User Budget Policy" href="/docs/api-reference/generated/billing/get-enterprise-ai-user-budget-policy">
  Gets the configured and effective monthly budget policy for a user or org.
</Card>

<Card title="Get Team Credit Allocation" href="/docs/api-reference/generated/billing/get-team-credit-allocation">
  Gets the credit allocation for a team.
</Card>

<Card title="List Enterprise AI Team Usage" href="/docs/api-reference/generated/billing/list-enterprise-ai-team-usage">
  Lists enterprise AI usage grouped by team.
</Card>

<Card title="List Enterprise AI User Usage" href="/docs/api-reference/generated/billing/list-enterprise-ai-user-usage">
  Lists enterprise AI usage grouped by user with effective monthly budget data.
</Card>

<Card title="List Enterprise User Credit Usage" href="/docs/api-reference/generated/billing/list-enterprise-user-credit-usage">
  Lists per-user month-to-date credit usage with effective monthly budgets.
</Card>

<Card title="Set Enterprise AI User Budget Policy" href="/docs/api-reference/generated/billing/set-enterprise-ai-user-budget-policy">
  Sets the organization default or a per-user monthly budget policy.
</Card>

<Card title="Update Team Credit Allocation" href="/docs/api-reference/generated/billing/update-team-credit-allocation">
  Updates the credit allocation for a team.
</Card>
