|
| 1 | +--- |
| 2 | +id: index |
| 3 | +title: Billing and usage management |
| 4 | +sidebar_label: Billing and usage |
| 5 | +sidebar_position: 3 |
| 6 | +description: As an Account Owner, you can access and manage billing details anytime, with invoices available for download on the Billing page. Typical billing cycles begin on the first of the month (UTC). |
| 7 | +slug: /cloud/billing-and-usage |
| 8 | +toc_max_heading_level: 4 |
| 9 | +keywords: |
| 10 | + - billing |
| 11 | + - invoices |
| 12 | + - cost management |
| 13 | + - account owner |
| 14 | + - billing cycle |
| 15 | + - payment options |
| 16 | + - credit usage |
| 17 | + - temporal cloud |
| 18 | + - account balance |
| 19 | + - invoice history |
| 20 | +tags: |
| 21 | + - Temporal Cloud |
| 22 | +--- |
| 23 | + |
| 24 | +import * as Components from '@site/src/components'; |
| 25 | + |
| 26 | + |
| 27 | +Temporal Cloud provides billing and costs information for your account. |
| 28 | +Use this information to assess your spending patterns, inspect your credit ledger, |
| 29 | +check your invoice histories, update payment details, and manage your current plan as needed. |
| 30 | + |
| 31 | +For more information on current Temporal Cloud pricing for Actions, storage, and services/support, |
| 32 | +please visit our [Pricing page](/cloud/pricing). |
| 33 | + |
| 34 | +Usage on Temporal is measured in Actions and Storage. |
| 35 | +This can help understand your bills, forecast usage, optimize Workflows, and troubleshoot errors. |
| 36 | +You can view your Action usage in multiple ways. |
| 37 | +The following tools are available for measuring Usage and Billing: |
| 38 | + |
| 39 | +- **[Billing Center](/cloud/billing):** Allows you to see summary invoices and credits, manage plans, and delete your accounts. |
| 40 | + - Viewable by Account Owners and Finance Admin |
| 41 | + |
| 42 | +- **[Billing API](/cloud/billing-api):** Allows you to access billing information on a Namespace basis down to an hourly granularity, enriched with Tags and Projects. The Billing API provides a FOCUS-guided data format that can be ingested into your cloud cost management platform or analytics tooling. |
| 43 | + - Viewable by Account Owners and Finance Admin |
| 44 | + |
| 45 | +:::tip Support, stability, and dependency info |
| 46 | + |
| 47 | +The Temporal Cloud Billing API is in [Pre-release](/evaluate/development-production-features/release-stages#pre-release). |
| 48 | + |
| 49 | +::: |
| 50 | + |
| 51 | +- **[Usage Dashboards](/cloud/actions-usage):** Aggregate Actions on a Namespace level and includes Action categories that groups similar types of Actions as seen in [Actions](/cloud/actions). Available in the Cloud UI in the usage dashboard and Namespace overview pages. |
| 52 | + - Viewable by Account Owners, Finance Admin, Global Admin on an account level. Namespace level usage is visible on the Namespace pages to those with access. |
| 53 | + |
| 54 | +- **[Actions in Workflow History](/cloud/actions-usage#actions-in-workflows):** Highlights Actions in a given Workflow History via the Temporal Cloud UI. Note that some Actions are not measured in Workflow histories. |
| 55 | + - Viewable by Account Owners, Global Admin and Namespace Admin, Developers and Read-only |
| 56 | + |
| 57 | +- **[Actions Metrics](/cloud/metrics/openmetrics):** A high cardinality billable action metric that include labels for Category, Action Type, Workflow Type and Namespace down to minute granularity. |
| 58 | + - Viewable by creating a service account with the "Metrics Read-Only" role. See the [OpenMetrics](/cloud/metrics/openmetrics#api-key-authentication) page for more information. |
| 59 | + |
| 60 | +:::tip Support, stability, and dependency info |
| 61 | + |
| 62 | +Temporal Cloud Action Metrics is in [Public Preview](/evaluate/development-production-features/release-stages#public-preview). |
| 63 | + |
| 64 | +::: |
| 65 | + |
0 commit comments