---
title: Plan and Usage Experience for Partners
description: >-
  Explains how Datadog partners can use the Plan and Usage page to view cost and
  usage data across customer organizations from a partner admin organization.
breadcrumbs: >-
  Docs > Account Management > Plan & Usage > Plan and Usage Experience for
  Partners
---

# Plan and Usage Experience for Partners

Datadog partners see a tailored version of the Plan & Usage page designed for managing multiple customer organizations. This page describes the Plan & Usage experience available to partners viewing the UI from a **partner admin organization**.

## Prerequisites{% #prerequisites %}

To access the partner Plan & Usage experience, your organization must be a partner admin organization, which is the top-level organization that Datadog provisions for partners to manage their customer accounts. If your organization was set up through the Datadog Partner Program and you manage customer organizations under it, you are using a partner admin organization. To verify, check that you have multiple contracts with Datadog and can view consolidated cost and usage data across all of them in Plan & Usage.

**Note**: If you are a *customer* of a Datadog partner (rather than the partner itself), you have the standard Plan & Usage experience. Depending on your pricing arrangement with your partner, you may see only usage data and no cost data. See [Plan & Usage](https://docs.datadoghq.com/account_management/plan_and_usage.md) for details.

Partners must have the **Datadog Admin** role, or a custom role with `billing_read` and `usage_read` permissions, to view Plan & Usage data. These are the same permissions required for direct customers.

## Overview{% #overview %}

Partners accessing Plan & Usage from their partner admin organization see cost and usage data across all of their customer organizations. Only the **Usage & Cost** tab is available in the partner view; the Plan, Billing History, and Usage Notifications tabs are not displayed.

### Cost details{% #cost-details %}

View estimated, historical, and projected cost data for all customer organizations in one place. Partners can see a total across all customers, or group and filter by customer organization, product, and account. See [Cost Details](https://docs.datadoghq.com/account_management/plan_and_usage/cost_details.md) for full documentation.

{% image
   source="https://docs.dd-static.net/images/account_management/plan_and_usage/partner-cost-details.eb31aa348b3e290096c87c7f57c2557d.png?auto=format&fit=max&w=850 1x, https://docs.dd-static.net/images/account_management/plan_and_usage/partner-cost-details.eb31aa348b3e290096c87c7f57c2557d.png?auto=format&fit=max&w=850&dpr=2 2x"
   alt="Cost Summary page for a partner admin organization showing estimated and projected costs across customer organizations with a cumulative cost breakdown chart and per-customer cost table." /%}

### Usage details{% #usage-details %}

View usage data for all customer organizations in one place. Partners can see a total across all customers, or group and filter by customer organization, product, and account. See [Usage Details](https://docs.datadoghq.com/account_management/plan_and_usage/usage_details.md) for full documentation.

{% image
   source="https://docs.dd-static.net/images/account_management/plan_and_usage/partner-usage-details-v2.281009cf942eb39112f27ad2e00ebea8.png?auto=format&fit=max&w=850 1x, https://docs.dd-static.net/images/account_management/plan_and_usage/partner-usage-details-v2.281009cf942eb39112f27ad2e00ebea8.png?auto=format&fit=max&w=850&dpr=2 2x"
   alt="Usage summary page for a partner admin organization showing usage data across customer organizations." /%}

## Feature availability{% #feature-availability %}

The following table lists each Plan & Usage feature and its availability for direct customers and partners viewing from a partner admin organization.

| Feature                                                                                        | Direct Customers | Partners                                                                                                                                                                       | Notes                                         |
| ---------------------------------------------------------------------------------------------- | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------- |
| Cost summary                                                                                   | yes              | yes                                                                                                                                                                            |
| Projected costs                                                                                | yes              | yes                                                                                                                                                                            |
| Usage summary                                                                                  | yes              | yes                                                                                                                                                                            |
| Cost & usage API endpoints                                                                     | yes              | yes                                                                                                                                                                            | See Supported API endpoints for the full list |
| Cost attribution                                                                               | yes              | Individual customer organizations can access cost attribution from their own [Plan & Usage](https://docs.datadoghq.com/account_management/plan_and_usage.md) page              |
| Usage attribution                                                                              | yes              | Individual customer organizations can access usage attribution from their own [Plan & Usage](https://docs.datadoghq.com/account_management/plan_and_usage.md) page             |
| Product-specific usage tables (for example, custom metrics, logs usage by index)               | yes              | Individual customer organizations can view these tables from their own [Usage Details](https://docs.datadoghq.com/account_management/plan_and_usage/usage_details.md) page     |
| Datadog costs in Cloud Cost Management                                                         | yes              | Individual customer organizations can access [Datadog Costs](https://docs.datadoghq.com/cloud_cost_management/datadog_costs.md) from their own Cloud Cost Management page      |
| Plan and Billing History tabs                                                                  | yes              | Individual customer organizations can access Plan and Billing History tabs from their own [Plan & Usage](https://docs.datadoghq.com/account_management/plan_and_usage.md) page |
| [Bill Overview](https://docs.datadoghq.com/account_management/plan_and_usage/bill_overview.md) | yes              | Not available at the partner admin org level                                                                                                                                   |
| Usage Notifications tab                                                                        | yes              | Individual customer organizations can configure usage notifications from their own [Plan & Usage](https://docs.datadoghq.com/account_management/plan_and_usage.md) page        |

## Supported API endpoints{% #supported-api-endpoints %}

Partners can also access cost and usage data programmatically through the following [Usage Metering API](https://docs.datadoghq.com/api/latest/usage-metering.md) endpoints:

| Endpoint                                                                                                                                   | Description                                              |
| ------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------- |
| [Get estimated cost across your account](https://docs.datadoghq.com/api/latest/usage-metering.md#get-estimated-cost-across-your-account)   | Retrieve estimated cost data for the current month       |
| [Get billable usage across your account](https://docs.datadoghq.com/api/latest/usage-metering.md#get-billable-usage-across-your-account)   | Retrieve billable usage summaries                        |
| [Get hourly usage by product family](https://docs.datadoghq.com/api/latest/usage-metering.md#get-hourly-usage-by-product-family)           | Retrieve hourly usage data broken down by product family |
| [Get historical cost across your account](https://docs.datadoghq.com/api/latest/usage-metering.md#get-historical-cost-across-your-account) | Retrieve historical cost data for previous months        |
| [Get projected cost across your account](https://docs.datadoghq.com/api/latest/usage-metering.md#get-projected-cost-across-your-account)   | Retrieve projected end-of-month cost data                |
| [Get usage across your account](https://docs.datadoghq.com/api/latest/usage-metering.md#get-usage-across-your-account)                     | Retrieve usage summary data across your account          |

## Further reading{% #further-reading %}

- [Plan & Usage](https://docs.datadoghq.com/account_management/plan_and_usage.md)
- [Cost Details](https://docs.datadoghq.com/account_management/plan_and_usage/cost_details.md)
- [Usage Details](https://docs.datadoghq.com/account_management/plan_and_usage/usage_details.md)
- [Usage Metering API](https://docs.datadoghq.com/api/latest/usage-metering.md)
